diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 5b07b56745d..ffd8212afea 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -11884,6 +11884,10 @@ paths: tags: - deviceManagement.Actions summary: Invoke action getSharedUseLicenseUsageReport + description: 'Get the shared use license usage reports, such as **servicePlanId**, **licenseCount**, and **claimedLicenseCount**, for real-time, 7 days, or 28 days trend.' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.reports_getSharedUseLicenseUsageReport requestBody: description: Action parameters diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index 9ee13377588..7db3dd0fd8f 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -18623,14 +18623,14 @@ 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: The date time when the export job expires. + description: The date and time when the export job expires. format: date-time nullable: true exportJobStatus: $ref: '#/components/schemas/microsoft.graph.cloudPcExportJobStatus' exportUrl: type: string - description: 'The storage account url of the exported report, it can be used to download the file.' + description: The storage account URL of the exported report. It can be used to download the file. nullable: true filter: type: string @@ -18645,7 +18645,7 @@ components: requestDateTime: 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 when the export job was requested. + description: The date and time when the export job was requested. format: date-time nullable: true select: diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index bcd7b3ab5e8..00670871c8f 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -69938,14 +69938,14 @@ 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: The date time when the export job expires. + description: The date and time when the export job expires. format: date-time nullable: true exportJobStatus: $ref: '#/components/schemas/microsoft.graph.cloudPcExportJobStatus' exportUrl: type: string - description: 'The storage account url of the exported report, it can be used to download the file.' + description: The storage account URL of the exported report. It can be used to download the file. nullable: true filter: type: string @@ -69960,7 +69960,7 @@ components: requestDateTime: 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 when the export job was requested. + description: The date and time when the export job was requested. format: date-time nullable: true select: diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index e943b97e81d..60385767e1c 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -349,7 +349,7 @@ paths: tags: - education.educationClass summary: List assignmentCategories - description: Retrieve a list of educationCategory objects. + description: Retrieve a list of educationCategory objects. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0 @@ -421,7 +421,7 @@ paths: tags: - education.educationClass summary: Create educationCategory - description: Creates a new educationCategory on an educationClass. + description: Creates a new educationCategory on an educationClass. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0 @@ -660,7 +660,7 @@ paths: tags: - education.educationClass summary: Get educationAssignmentDefaults - description: Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each **assignment** creation if they don't want the default behaviors. + description: Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each **assignment** creation if they don't want the default behaviors. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0 @@ -774,7 +774,7 @@ paths: tags: - education.educationClass summary: List class assignments - description: Retrieve a list of assignment objects. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. + description: 'Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0 @@ -917,7 +917,7 @@ paths: tags: - education.educationClass summary: Create educationAssignment - description: 'Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication.' + description: 'Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-1.0 @@ -1110,7 +1110,7 @@ paths: tags: - education.educationClass summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -1280,7 +1280,7 @@ paths: tags: - education.educationClass summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -1486,7 +1486,7 @@ paths: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder - description: Create a SharePoint folder to upload feedback files for a given educationSubmission. The teacher determines the resources to upload in the feedback resources folder of a submission. + description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 @@ -1523,7 +1523,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Create a SharePoint folder to upload files for a given educationAssignment. The teacher determines the resources to upload in the assignment''s folder. ' + description: Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 @@ -1560,7 +1560,7 @@ paths: tags: - education.educationClass summary: List assignment resources - description: Get all the educationAssignmentResource objects associated with an assignment. + description: 'Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 @@ -1643,7 +1643,7 @@ paths: tags: - education.educationClass summary: Create educationAssignmentResource - description: 'Create an assignment resource. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' + description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0 @@ -1840,7 +1840,7 @@ paths: tags: - education.educationClass summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -1979,7 +1979,7 @@ paths: tags: - education.educationClass summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -2080,7 +2080,7 @@ paths: tags: - education.educationClass summary: List submissions - description: 'List all the submissions associated with an assignment. A teacher or an application with application permissions can get all the **submissions**, a student can only get **submissions** that they are associated with. Provide the header `Prefer: include-unknown-enum-members` to properly list **submissions** with the `reassigned` status. For details, see the examples section.' + description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the **submissions**, a student can only get **submissions** that they are associated with. Provide the header `Prefer: include-unknown-enum-members` to properly list **submissions** with the `reassigned` status. For details, see the examples section.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 @@ -2498,7 +2498,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' + description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 @@ -2543,7 +2543,7 @@ paths: tags: - education.Actions summary: Invoke action submit - description: 'Indicate that a student is done with the work and is ready to hand in the assignment. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' + description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 @@ -2588,7 +2588,7 @@ paths: tags: - education.Actions summary: Invoke action unsubmit - description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' + description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 @@ -2633,7 +2633,7 @@ paths: tags: - education.educationClass summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' + description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 @@ -2952,7 +2952,7 @@ paths: tags: - education.educationClass summary: List submission resources - description: List the resources associated with a submission. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded. + description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 @@ -3043,7 +3043,7 @@ paths: tags: - education.educationClass summary: Create educationSubmissionResource - description: 'Add a educationSubmissionResource to a submission resource list. Only the student assigned to the submission can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' + description: 'Add a educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 @@ -3724,7 +3724,7 @@ paths: tags: - education.educationClass summary: Get educationAssignmentSettings - description: Read the properties and relationships of an educationAssignmentSettings object. + description: Read the properties and relationships of an educationAssignmentSettings object. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-1.0 @@ -5128,7 +5128,7 @@ paths: tags: - education.educationUser summary: List assignments of a user - description: Returns a list of assignments assigned to a user for all classes. This utility namespace allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. All other operations on the assignment should use the class namespace. + description: 'Returns a list of assignments assigned to a user for all classes. Only teachers, students, and applications with application permissions can perform this operation. This utility namespace allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. All other operations on the assignment should use the class namespace.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 @@ -5419,7 +5419,7 @@ paths: tags: - education.educationUser summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -5565,7 +5565,7 @@ paths: tags: - education.educationUser summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -5739,7 +5739,7 @@ paths: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder - description: Create a SharePoint folder to upload feedback files for a given educationSubmission. The teacher determines the resources to upload in the feedback resources folder of a submission. + description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 @@ -5768,7 +5768,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Create a SharePoint folder to upload files for a given educationAssignment. The teacher determines the resources to upload in the assignment''s folder. ' + description: Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 @@ -5797,7 +5797,7 @@ paths: tags: - education.educationUser summary: List assignment resources - description: Get all the educationAssignmentResource objects associated with an assignment. + description: 'Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 @@ -5872,7 +5872,7 @@ paths: tags: - education.educationUser summary: Create educationAssignmentResource - description: 'Create an assignment resource. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' + description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0 @@ -6037,7 +6037,7 @@ paths: tags: - education.educationUser summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -6152,7 +6152,7 @@ paths: tags: - education.educationUser summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -6229,7 +6229,7 @@ paths: tags: - education.educationUser summary: List submissions - description: 'List all the submissions associated with an assignment. A teacher or an application with application permissions can get all the **submissions**, a student can only get **submissions** that they are associated with. Provide the header `Prefer: include-unknown-enum-members` to properly list **submissions** with the `reassigned` status. For details, see the examples section.' + description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the **submissions**, a student can only get **submissions** that they are associated with. Provide the header `Prefer: include-unknown-enum-members` to properly list **submissions** with the `reassigned` status. For details, see the examples section.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 @@ -6591,7 +6591,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' + description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 @@ -6628,7 +6628,7 @@ paths: tags: - education.Actions summary: Invoke action submit - description: 'Indicate that a student is done with the work and is ready to hand in the assignment. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' + description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 @@ -6665,7 +6665,7 @@ paths: tags: - education.Actions summary: Invoke action unsubmit - description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' + description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 @@ -6702,7 +6702,7 @@ paths: tags: - education.educationUser summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' + description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 @@ -6981,7 +6981,7 @@ paths: tags: - education.educationUser summary: List submission resources - description: List the resources associated with a submission. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded. + description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 @@ -7064,7 +7064,7 @@ paths: tags: - education.educationUser summary: Create educationSubmissionResource - description: 'Add a educationSubmissionResource to a submission resource list. Only the student assigned to the submission can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' + description: 'Add a educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 @@ -10859,7 +10859,7 @@ paths: tags: - education.educationUser summary: List assignments of a user - description: Returns a list of assignments assigned to a user for all classes. This utility namespace allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. All other operations on the assignment should use the class namespace. + description: 'Returns a list of assignments assigned to a user for all classes. Only teachers, students, and applications with application permissions can perform this operation. This utility namespace allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. All other operations on the assignment should use the class namespace.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 @@ -11191,7 +11191,7 @@ paths: tags: - education.educationUser summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -11361,7 +11361,7 @@ paths: tags: - education.educationUser summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -11567,7 +11567,7 @@ paths: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder - description: Create a SharePoint folder to upload feedback files for a given educationSubmission. The teacher determines the resources to upload in the feedback resources folder of a submission. + description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 @@ -11604,7 +11604,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Create a SharePoint folder to upload files for a given educationAssignment. The teacher determines the resources to upload in the assignment''s folder. ' + description: Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 @@ -11641,7 +11641,7 @@ paths: tags: - education.educationUser summary: List assignment resources - description: Get all the educationAssignmentResource objects associated with an assignment. + description: 'Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 @@ -11724,7 +11724,7 @@ paths: tags: - education.educationUser summary: Create educationAssignmentResource - description: 'Create an assignment resource. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' + description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0 @@ -11921,7 +11921,7 @@ paths: tags: - education.educationUser summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -12060,7 +12060,7 @@ paths: tags: - education.educationUser summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -12161,7 +12161,7 @@ paths: tags: - education.educationUser summary: List submissions - description: 'List all the submissions associated with an assignment. A teacher or an application with application permissions can get all the **submissions**, a student can only get **submissions** that they are associated with. Provide the header `Prefer: include-unknown-enum-members` to properly list **submissions** with the `reassigned` status. For details, see the examples section.' + description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the **submissions**, a student can only get **submissions** that they are associated with. Provide the header `Prefer: include-unknown-enum-members` to properly list **submissions** with the `reassigned` status. For details, see the examples section.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 @@ -12579,7 +12579,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' + description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 @@ -12624,7 +12624,7 @@ paths: tags: - education.Actions summary: Invoke action submit - description: 'Indicate that a student is done with the work and is ready to hand in the assignment. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' + description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 @@ -12669,7 +12669,7 @@ paths: tags: - education.Actions summary: Invoke action unsubmit - description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' + description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 @@ -12714,7 +12714,7 @@ paths: tags: - education.educationUser summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' + description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 @@ -13033,7 +13033,7 @@ paths: tags: - education.educationUser summary: List submission resources - description: List the resources associated with a submission. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded. + description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 @@ -13124,7 +13124,7 @@ paths: tags: - education.educationUser summary: Create educationSubmissionResource - description: 'Add a educationSubmissionResource to a submission resource list. Only the student assigned to the submission can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' + description: 'Add a educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 2cc10fad906..414c0cb3d3a 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -347,7 +347,7 @@ paths: tags: - education.educationClass summary: List assignmentCategories - description: Retrieve a list of educationCategory objects. + description: Retrieve a list of educationCategory objects. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0 @@ -419,7 +419,7 @@ paths: tags: - education.educationClass summary: Create educationCategory - description: Creates a new educationCategory on an educationClass. + description: Creates a new educationCategory on an educationClass. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0 @@ -658,7 +658,7 @@ paths: tags: - education.educationClass summary: Get educationAssignmentDefaults - description: Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each **assignment** creation if they don't want the default behaviors. + description: Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each **assignment** creation if they don't want the default behaviors. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0 @@ -772,7 +772,7 @@ paths: tags: - education.educationClass summary: List class assignments - description: Retrieve a list of assignment objects. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. + description: 'Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0 @@ -915,7 +915,7 @@ paths: tags: - education.educationClass summary: Create educationAssignment - description: 'Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication.' + description: 'Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0 @@ -1108,7 +1108,7 @@ paths: tags: - education.educationClass summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -1278,7 +1278,7 @@ paths: tags: - education.educationClass summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -1484,7 +1484,7 @@ paths: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder - description: Create a SharePoint folder to upload feedback files for a given educationSubmission. The teacher determines the resources to upload in the feedback resources folder of a submission. + description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 @@ -1521,7 +1521,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Create a SharePoint folder to upload files for a given educationAssignment. The teacher determines the resources to upload in the assignment''s folder. ' + description: 'Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment''s folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 @@ -1558,7 +1558,7 @@ paths: tags: - education.educationClass summary: List assignment resources - description: Get all the educationAssignmentResource objects associated with an assignment. + description: 'Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 @@ -1641,7 +1641,7 @@ paths: tags: - education.educationClass summary: Create educationAssignmentResource - description: 'Create an assignment resource. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' + description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0 @@ -1838,7 +1838,7 @@ paths: tags: - education.educationClass summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -1977,7 +1977,7 @@ paths: tags: - education.educationClass summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -2078,7 +2078,7 @@ paths: tags: - education.educationClass summary: List submissions - description: List all the submissions associated with an assignment. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. + description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 @@ -2492,7 +2492,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' + description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 @@ -2537,7 +2537,7 @@ paths: tags: - education.Actions summary: Invoke action submit - description: 'Indicate that a student is done with the work and is ready to hand in the assignment. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' + description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 @@ -2582,7 +2582,7 @@ paths: tags: - education.Actions summary: Invoke action unsubmit - description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' + description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 @@ -2627,7 +2627,7 @@ paths: tags: - education.educationClass summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' + description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 @@ -2946,7 +2946,7 @@ paths: tags: - education.educationClass summary: List submission resources - description: List the resources associated with a submission. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded. + description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 @@ -3037,7 +3037,7 @@ paths: tags: - education.educationClass summary: Create educationSubmissionResource - description: 'Add an educationSubmissionResource to a submission resource list. Only the student assigned to the submission can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' + description: 'Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 @@ -3265,7 +3265,7 @@ paths: tags: - education.educationClass summary: List submittedResources - description: List the educationSubmissionResource objects that have officially been submitted for grading. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. + description: 'List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 @@ -5106,7 +5106,7 @@ paths: tags: - education.educationUser summary: List assignments of a user - description: Returns a list of educationAssignment assigned to a educationUser for all classes. This method allows a caller to find all the **assignments** belonging to a student or a teacher in a single call rather than having to request **assignments** from each **class**. The **assignment** list contains what is needed to get the detailed information for the **assignment** from within the **class** namespace. Use the methods defined for the **assignment** for all other operations. + description: 'Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the **assignments** belonging to a student or a teacher in a single call rather than having to request **assignments** from each **class**. The **assignment** list contains what is needed to get the detailed information for the **assignment** from within the **class** namespace. Use the methods defined for the **assignment** for all other operations.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 @@ -5397,7 +5397,7 @@ paths: tags: - education.educationUser summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -5543,7 +5543,7 @@ paths: tags: - education.educationUser summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -5717,7 +5717,7 @@ paths: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder - description: Create a SharePoint folder to upload feedback files for a given educationSubmission. The teacher determines the resources to upload in the feedback resources folder of a submission. + description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 @@ -5746,7 +5746,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Create a SharePoint folder to upload files for a given educationAssignment. The teacher determines the resources to upload in the assignment''s folder. ' + description: 'Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment''s folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 @@ -5775,7 +5775,7 @@ paths: tags: - education.educationUser summary: List assignment resources - description: Get all the educationAssignmentResource objects associated with an assignment. + description: 'Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 @@ -5850,7 +5850,7 @@ paths: tags: - education.educationUser summary: Create educationAssignmentResource - description: 'Create an assignment resource. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' + description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0 @@ -6015,7 +6015,7 @@ paths: tags: - education.educationUser summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -6130,7 +6130,7 @@ paths: tags: - education.educationUser summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -6207,7 +6207,7 @@ paths: tags: - education.educationUser summary: List submissions - description: List all the submissions associated with an assignment. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. + description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 @@ -6565,7 +6565,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' + description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 @@ -6602,7 +6602,7 @@ paths: tags: - education.Actions summary: Invoke action submit - description: 'Indicate that a student is done with the work and is ready to hand in the assignment. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' + description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 @@ -6639,7 +6639,7 @@ paths: tags: - education.Actions summary: Invoke action unsubmit - description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' + description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 @@ -6676,7 +6676,7 @@ paths: tags: - education.educationUser summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' + description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 @@ -6955,7 +6955,7 @@ paths: tags: - education.educationUser summary: List submission resources - description: List the resources associated with a submission. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded. + description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 @@ -7038,7 +7038,7 @@ paths: tags: - education.educationUser summary: Create educationSubmissionResource - description: 'Add an educationSubmissionResource to a submission resource list. Only the student assigned to the submission can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' + description: 'Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 @@ -7234,7 +7234,7 @@ paths: tags: - education.educationUser summary: List submittedResources - description: List the educationSubmissionResource objects that have officially been submitted for grading. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. + description: 'List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 @@ -10062,7 +10062,7 @@ paths: tags: - education.educationUser summary: List assignments of a user - description: Returns a list of educationAssignment assigned to a educationUser for all classes. This method allows a caller to find all the **assignments** belonging to a student or a teacher in a single call rather than having to request **assignments** from each **class**. The **assignment** list contains what is needed to get the detailed information for the **assignment** from within the **class** namespace. Use the methods defined for the **assignment** for all other operations. + description: 'Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the **assignments** belonging to a student or a teacher in a single call rather than having to request **assignments** from each **class**. The **assignment** list contains what is needed to get the detailed information for the **assignment** from within the **class** namespace. Use the methods defined for the **assignment** for all other operations.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 @@ -10394,7 +10394,7 @@ paths: tags: - education.educationUser summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -10564,7 +10564,7 @@ paths: tags: - education.educationUser summary: List categories - description: List all the categories associated with an assignment. + description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 @@ -10770,7 +10770,7 @@ paths: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder - description: Create a SharePoint folder to upload feedback files for a given educationSubmission. The teacher determines the resources to upload in the feedback resources folder of a submission. + description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 @@ -10807,7 +10807,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Create a SharePoint folder to upload files for a given educationAssignment. The teacher determines the resources to upload in the assignment''s folder. ' + description: 'Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment''s folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 @@ -10844,7 +10844,7 @@ paths: tags: - education.educationUser summary: List assignment resources - description: Get all the educationAssignmentResource objects associated with an assignment. + description: 'Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 @@ -10927,7 +10927,7 @@ paths: tags: - education.educationUser summary: Create educationAssignmentResource - description: 'Create an assignment resource. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created. ' + description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an **@odata.type** property to indicate which type of resource is being created.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0 @@ -11124,7 +11124,7 @@ paths: tags: - education.educationUser summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -11263,7 +11263,7 @@ paths: tags: - education.educationUser summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists.' + description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 @@ -11364,7 +11364,7 @@ paths: tags: - education.educationUser summary: List submissions - description: List all the submissions associated with an assignment. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. + description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 @@ -11778,7 +11778,7 @@ paths: tags: - education.Actions summary: Invoke action setUpResourcesFolder - description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' + description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 @@ -11823,7 +11823,7 @@ paths: tags: - education.Actions summary: Invoke action submit - description: 'Indicate that a student is done with the work and is ready to hand in the assignment. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' + description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `working` to `submitted`. During the submit process, all the resources are copied to the **submittedResources** bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 @@ -11868,7 +11868,7 @@ paths: tags: - education.Actions summary: Invoke action unsubmit - description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' + description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 @@ -11913,7 +11913,7 @@ paths: tags: - education.educationUser summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' + description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: **educationPointsOutcome**, **educationFeedbackOutcome**, **educationRubricOutcome**, and **educationFeedbackResourceOutcome**. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, **points** and **publishedPoints**, **feedback** and **publishedFeedback**. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 @@ -12232,7 +12232,7 @@ paths: tags: - education.educationUser summary: List submission resources - description: List the resources associated with a submission. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded. + description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The **submittedResources** are the resources that have officially been submitted to be graded.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 @@ -12323,7 +12323,7 @@ paths: tags: - education.educationUser summary: Create educationSubmissionResource - description: 'Add an educationSubmissionResource to a submission resource list. Only the student assigned to the submission can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' + description: 'Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the **allowStudentsToAddResources** flag is not set to `true`. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 @@ -12551,7 +12551,7 @@ paths: tags: - education.educationUser summary: List submittedResources - description: List the educationSubmissionResource objects that have officially been submitted for grading. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. + description: 'List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.' externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index 2292b7f32d3..02ec95fc93b 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft # -# Generated on: 12/29/2022 +# Generated on: 1/4/2023 # @{ diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index d55d4f5fdd6..35903d739da 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,10 +1,11 @@ [ { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Add-MgAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/applyDecisions", "Variants": [ "Apply", "ApplyViaIdentity" @@ -12,38 +13,38 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/accessReviews/{accessReview-id}/applyDecisions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Add-MgAccessReviewInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphKeyCredential", "Method": "POST", "Command": "Add-MgApplicationKey", + "Module": "Applications", + "Uri": "/applications/{application-id}/addKey", "Variants": [ "Add", "AddExpanded", @@ -53,25 +54,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/addKey" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphKeyCredential", "Method": "POST", "Command": "Add-MgApplicationKey", + "Module": "Applications", + "Uri": "/applications/{application-id}/addKey", "Variants": [ "Add1", "AddExpanded1", @@ -81,25 +82,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/addKey" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPasswordCredential", "Method": "POST", "Command": "Add-MgApplicationPassword", + "Module": "Applications", + "Uri": "/applications/{application-id}/addPassword", "Variants": [ "Add", "AddExpanded", @@ -108,18 +109,18 @@ ], "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 - }, - "Uri": "/applications/{application-id}/addPassword" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphPasswordCredential", "Method": "POST", "Command": "Add-MgApplicationPassword", + "Module": "Applications", + "Uri": "/applications/{application-id}/addPassword", "Variants": [ "Add1", "AddExpanded1", @@ -131,45 +132,45 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/addPassword" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members/add", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/members/add" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members/add", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/members/add" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Method": "POST", "Command": "Add-MgCommunicationCallLargeGalleryView", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", "Variants": [ "Add1", "AddExpanded1", @@ -181,15 +182,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/addLargeGalleryView" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Method": "POST", "Command": "Add-MgCommunicationCallLargeGalleryView", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", "Variants": [ "Add", "AddExpanded", @@ -201,15 +202,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/addLargeGalleryView" + } }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Add-MgComplianceEdiscoveryCaseCustodianHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", "Variants": [ "Apply", "Apply1", @@ -218,15 +219,15 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Add-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", "Variants": [ "Apply", "Apply1", @@ -235,15 +236,15 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Add-MgComplianceEdiscoveryCaseReviewSetQueryTag", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", "Variants": [ "Apply", "ApplyExpanded", @@ -253,25 +254,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Add-MgComplianceEdiscoveryCaseReviewSetToReviewSet", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", "Variants": [ "Add", "AddExpanded", @@ -291,15 +292,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Add-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", "Variants": [ "Add", "AddExpanded", @@ -311,150 +312,150 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles" + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgDriveListContentTypeCopy", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgDriveListContentTypeCopy", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", "Method": "POST", "Command": "Add-MgExternalConnectionItemActivity", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgGroupDriveListContentTypeCopy", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgGroupDriveListContentTypeCopy", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Add-MgGroupFavorite", + "Module": "Groups", + "Uri": "/groups/{group-id}/addFavorite", "Variants": [ "Add", "AddViaIdentity" @@ -464,183 +465,183 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/addFavorite" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Add-MgGroupFavorite", + "Module": "Groups", + "Uri": "/groups/{group-id}/addFavorite", "Variants": [ "Add1", "AddViaIdentity1" ], "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 - }, - "Uri": "/groups/{group-id}/addFavorite" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSite", "Method": "POST", "Command": "Add-MgGroupSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/add", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/add" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSite1", "Method": "POST", "Command": "Add-MgGroupSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/add", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/add" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgGroupSiteContentTypeCopy", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgGroupSiteContentTypeCopy", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgGroupSiteListContentTypeCopy", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgGroupSiteListContentTypeCopy", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Add-MgGroupToLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", "Variants": [ "Add1", "AddExpanded1", @@ -652,15 +653,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Add-MgGroupToLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", "Variants": [ "Add", "AddExpanded", @@ -672,28 +673,28 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Add-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", "Variants": [ "Apply", "ApplyViaIdentity" @@ -703,15 +704,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", "Variants": [ "Apply1", "ApplyViaIdentity1" @@ -721,15 +722,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", "Variants": [ "Apply2", "Apply3", @@ -751,15 +752,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", "Variants": [ "Apply", "Apply1", @@ -771,25 +772,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", "Variants": [ "Apply2", "Apply3", @@ -811,15 +812,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", "Variants": [ "Apply", "Apply1", @@ -831,25 +832,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", "Variants": [ "Apply", "ApplyExpanded", @@ -869,15 +870,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", "Variants": [ "Apply1", "ApplyExpanded1", @@ -897,15 +898,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", "Variants": [ "Add", "AddExpanded", @@ -925,15 +926,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", "Variants": [ "Add1", "AddExpanded1", @@ -953,15 +954,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphKeyCredential", "Method": "POST", "Command": "Add-MgServicePrincipalKey", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", "Variants": [ "Add", "AddExpanded", @@ -971,25 +972,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphPasswordCredential", "Method": "POST", "Command": "Add-MgServicePrincipalPassword", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", "Variants": [ "Add", "AddExpanded", @@ -1001,15 +1002,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Method": "POST", "Command": "Add-MgServicePrincipalTokenSigningCertificate", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", "Variants": [ "Add", "AddExpanded", @@ -1019,25 +1020,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Method": "POST", "Command": "Add-MgServicePrincipalTokenSigningCertificate", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", "Variants": [ "Add1", "AddExpanded1", @@ -1047,458 +1048,458 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgShareListContentTypeCopy", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgShareListContentTypeCopy", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgSiteContentTypeCopy", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/addCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgSiteContentTypeCopy", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/addCopy", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgSiteListContentTypeCopy", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgSiteListContentTypeCopy", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members/add", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/members/add" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members/add", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/members/add" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/add", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/add" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/add", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/add" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgTeamworkDeletedTeamChannelMember", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgUserChatMember", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/members/add", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/members/add" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphActionResultPart", "Method": "POST", "Command": "Add-MgUserChatMember", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/members/add", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/members/add" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgUserDriveListContentTypeCopy", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgUserDriveListContentTypeCopy", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Add-MgUserPendingAccessReviewInstanceDecision", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Add-MgWindowsUpdatesDeploymentAudienceExclusionMemberById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Add-MgWindowsUpdatesDeploymentAudienceMember", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Add-MgWindowsUpdatesDeploymentAudienceMemberById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Add-MgWindowsUpdatesUpdatableAssetMember", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", "Variants": [ "Add", "AddExpanded", @@ -1507,18 +1508,18 @@ ], "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 - }, - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Add-MgWindowsUpdatesUpdatableAssetMemberById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", "Variants": [ "Add", "AddExpanded", @@ -1530,50 +1531,50 @@ "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 - }, - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Approve-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", "Variants": [ "Approve", "ApproveExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Approve-MgDeviceManagementZebraFotaConnectorFotaApp", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", "Variants": [ "Approve" ], "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Clear-MgApplicationVerifiedPublisher", + "Module": "Applications", + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", "Variants": [ "Unset1", "UnsetViaIdentity1" @@ -1583,137 +1584,137 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/unsetVerifiedPublisher" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Clear-MgApplicationVerifiedPublisher", + "Module": "Applications", + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", "Variants": [ "Unset", "UnsetViaIdentity" ], "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 - }, - "Uri": "/applications/{application-id}/unsetVerifiedPublisher" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Clear-MgChatMessageReaction", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Clear-MgChatMessageReplyReaction", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Clear-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/clearPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/clearPresence" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Clear-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/clearPresence", "Variants": [ "Clear1", "ClearExpanded1", "ClearViaIdentity1", "ClearViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/clearPresence" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", "Variants": [ "Clear1", "ClearViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Clear-MgComplianceEdiscoveryCaseSourceCollectionData", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", "Variants": [ "Purge", "PurgeViaIdentity" ], "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 - }, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Clear-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", "Variants": [ "Wipe", "WipeViaIdentity" @@ -1731,15 +1732,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgDeviceManagementComanagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", "Variants": [ "Wipe", "WipeExpanded", @@ -1765,15 +1766,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", "Variants": [ "Wipe", "WipeExpanded", @@ -1793,15 +1794,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", "Variants": [ "Wipe1", "WipeExpanded1", @@ -1809,6 +1810,12 @@ "WipeViaIdentityExpanded1" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", "Description": "Perform user-impacting remote actions on Microsoft Intune devices", @@ -1821,15 +1828,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", "Variants": [ "Purge", "PurgeExpanded", @@ -1838,18 +1845,18 @@ ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", "Variants": [ "Purge1", "PurgeExpanded1", @@ -1861,15 +1868,15 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Clear-MgTeamChannelMessageReaction", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", @@ -1895,15 +1902,15 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Clear-MgTeamChannelMessageReplyReaction", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", @@ -1929,75 +1936,75 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Clear-MgTeamPrimaryChannelMessageReaction", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserAndBlockManagedApp", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/wipeAndBlockManagedApps", "Variants": [ "Wipe", "WipeViaIdentity" @@ -2005,25 +2012,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/wipeAndBlockManagedApps" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserChatMessageReaction", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", @@ -2049,30 +2056,30 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserChatMessageReplyReaction", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserManagedAppRegistrationByAzureAdDeviceId", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", "Variants": [ "Wipe", "WipeExpanded", @@ -2082,45 +2089,40 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserManagedAppRegistrationByDeviceTag", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserManagedAppRegistrationByDeviceTag", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", "Variants": [ "Wipe2", "WipeExpanded2", @@ -2129,48 +2131,48 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserPresence", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/clearPresence", "Variants": [ "Clear", "ClearExpanded", @@ -2182,15 +2184,15 @@ "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 - }, - "Uri": "/users/{user-id}/presence/clearPresence" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserPresence", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/clearPresence", "Variants": [ "Clear1", "ClearExpanded1", @@ -2202,51 +2204,51 @@ "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 - }, - "Uri": "/users/{user-id}/presence/clearPresence" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserPresenceUserPreferredPresence", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Clear-MgUserPresenceUserPreferredPresence", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", "Variants": [ "Clear1", "ClearViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/presence/clearUserPreferredPresence" + } }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Close-MgComplianceEdiscoveryCase", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/close", "Variants": [ "Close", "CloseViaIdentity" @@ -2264,15 +2266,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/close" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Close-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", "Variants": [ "Close1", "CloseViaIdentity1" @@ -2290,15 +2292,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Close-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", "Variants": [ "Close", "CloseViaIdentity" @@ -2316,15 +2318,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Method": "GET", "Command": "Compare-MgDeviceManagementIntent", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", "Variants": [ "Compare", "CompareViaIdentity" @@ -2332,25 +2334,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Method": "GET", "Command": "Compare-MgDeviceManagementTemplate", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", "Variants": [ "Compare", "CompareViaIdentity" @@ -2358,25 +2360,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Method": "GET", "Command": "Compare-MgDeviceManagementTemplateMigratableTo", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", "Variants": [ "Compare", "CompareViaIdentity" @@ -2394,33 +2396,33 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Complete-MgDeviceManagementAndroidForWorkSettingSignup", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", "Variants": [ "Complete", "CompleteExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkSettings/completeSignup" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Complete-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", "Variants": [ "Complete", "CompleteExpanded" @@ -2430,54 +2432,54 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "Complete-MgDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{recommendationResource-id}/complete", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/impactedResources/{recommendationResource-id}/complete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendation", "Method": "POST", "Command": "Complete-MgDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/complete", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/complete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "Complete-MgDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}/complete", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}/complete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Complete-MgTeamChannelMigration", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", "Variants": [ "Complete1", "CompleteViaIdentity1" @@ -2487,15 +2489,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Complete-MgTeamChannelMigration", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", "Variants": [ "Complete", "CompleteViaIdentity" @@ -2505,15 +2507,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Complete-MgTeamMigration", + "Module": "Teams", + "Uri": "/teams/{team-id}/completeMigration", "Variants": [ "Complete1", "CompleteViaIdentity1" @@ -2523,15 +2525,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/teams/{team-id}/completeMigration" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Complete-MgTeamMigration", + "Module": "Teams", + "Uri": "/teams/{team-id}/completeMigration", "Variants": [ "Complete", "CompleteViaIdentity" @@ -2541,54 +2543,54 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/teams/{team-id}/completeMigration" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Complete-MgTeamPrimaryChannelMigration", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/completeMigration" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Complete-MgTeamPrimaryChannelMigration", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/completeMigration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "POST", "Command": "Complete-MgUserOutlookTask", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", "Variants": [ "Complete", "CompleteViaIdentity" @@ -2598,187 +2600,187 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "POST", "Command": "Complete-MgUserOutlookTaskFolderTask", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "POST", "Command": "Complete-MgUserOutlookTaskGroupTaskFolderTask", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgAdministrativeUnitMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgAdministrativeUnitMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Confirm-MgApplicationMemberGroup", + "Module": "Applications", + "Uri": "/applications/{application-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Confirm-MgApplicationMemberGroup", + "Module": "Applications", + "Uri": "/applications/{application-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Confirm-MgApplicationMemberObject", + "Module": "Applications", + "Uri": "/applications/{application-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Confirm-MgApplicationMemberObject", + "Module": "Applications", + "Uri": "/applications/{application-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "POST", "Command": "Confirm-MgAuditLogSignInCompromised", + "Module": "Reports", + "Uri": "/auditLogs/signIns/confirmCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Permissions": [], - "Uri": "/auditLogs/signIns/confirmCompromised" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "POST", "Command": "Confirm-MgAuditLogSignInSafe", + "Module": "Reports", + "Uri": "/auditLogs/signIns/confirmSafe", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Permissions": [], - "Uri": "/auditLogs/signIns/confirmSafe" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Confirm-MgChatPermissionGrantMemberGroup", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Confirm-MgChatPermissionGrantMemberObject", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgContactMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", @@ -2846,15 +2848,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/contacts/{orgContact-id}/checkMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgContactMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", @@ -2864,73 +2866,73 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/contacts/{orgContact-id}/checkMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgContactMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", @@ -3004,15 +3006,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/contacts/{orgContact-id}/checkMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgContactMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", @@ -3022,139 +3024,139 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/contacts/{orgContact-id}/checkMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgContractMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgContractMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgContractMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgContractMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "Variants": [ "Verify", "VerifyViaIdentity" @@ -3172,15 +3174,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "Variants": [ "Verify1", "VerifyViaIdentity1" @@ -3198,15 +3200,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDeviceMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", @@ -3226,12 +3228,6 @@ "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true }, - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true - }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -3273,16 +3269,22 @@ "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 and photo.", "IsAdmin": 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, on your behalf.", + "IsAdmin": true } - ], - "Uri": "/devices/{device-id}/checkMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDeviceMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", @@ -3350,15 +3352,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/checkMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDeviceMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", @@ -3368,79 +3370,79 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/checkMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDeviceMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", @@ -3514,111 +3516,187 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}/checkMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryAdministrativeUnitMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryAdministrativeUnitMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryDeletedItemMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryDeletedItemMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryObjectMemberGroup", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Device.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "GroupMember.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberGroup", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Permissions": [ { "Name": "Application.Read.All", @@ -3680,91 +3758,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups" - }, - { - "ApiVersion": "v1.0", - "Module": "DirectoryObjects", - "OutputType": null, - "Method": "POST", - "Command": "Confirm-MgDirectoryObjectMemberGroup", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": 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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": 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 - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": 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 and photo.", - "IsAdmin": false - } - ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryObjectMemberObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", @@ -3838,15 +3840,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryObjectMemberObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", @@ -3920,165 +3922,165 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryRoleMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryRoleMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryRoleMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryRoleMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectorySettingTemplateMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgDirectorySettingTemplateMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomain", "Method": "POST", "Command": "Confirm-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verify", "Variants": [ "Verify", "VerifyViaIdentity" @@ -4088,15 +4090,15 @@ "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 - }, - "Uri": "/domains/{domain-id}/verify" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomain1", "Method": "POST", "Command": "Confirm-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verify", "Variants": [ "Verify1", "VerifyViaIdentity1" @@ -4106,41 +4108,41 @@ "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 - }, - "Uri": "/domains/{domain-id}/verify" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", "Command": "Confirm-MgGroupGrantedPermissionForApp", + "Module": "Groups", + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", "Variants": [ "Check", "CheckViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", "Command": "Confirm-MgGroupGrantedPermissionForApp", + "Module": "Groups", + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", "Variants": [ "Check1", "CheckViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Confirm-MgGroupMemberGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", @@ -4208,97 +4210,179 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/checkMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Confirm-MgGroupMemberGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/checkMemberGroups", + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read applications", + "FullDescription": "Allows the app to read applications and service principals on your behalf.", + "IsAdmin": 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 + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": 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 + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": 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 + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": 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 and photo.", + "IsAdmin": 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, on your behalf.", + "IsAdmin": true + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupMemberObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/checkMemberObjects", + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Device.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "GroupMember.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupMemberObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": 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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": 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 - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": 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 and photo.", - "IsAdmin": false - } - ], - "Uri": "/groups/{group-id}/checkMemberGroups" - }, - { - "ApiVersion": "beta", - "Module": "Groups", - "OutputType": null, - "Method": "POST", - "Command": "Confirm-MgGroupMemberObject", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], "Permissions": [ { "Name": "Application.Read.All", @@ -4366,282 +4450,200 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/checkMemberObjects" - }, - { - "ApiVersion": "v1.0", - "Module": "Groups", - "OutputType": null, - "Method": "POST", - "Command": "Confirm-MgGroupMemberObject", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": 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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": 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 - }, - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true - } - ], - "Uri": "/groups/{group-id}/checkMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Confirm-MgGroupPermissionGrantMemberGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Confirm-MgGroupPermissionGrantMemberGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Confirm-MgGroupPermissionGrantMemberObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Confirm-MgGroupPermissionGrantMemberObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Confirm-MgInformationProtectionSignature", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/verifySignature", "Variants": [ "Verify", "VerifyExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/verifySignature" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgOrganizationMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgOrganizationMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgOrganizationMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Confirm-MgOrganizationMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Confirm-MgRiskyServicePrincipalCompromised", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Confirm-MgRiskyServicePrincipalCompromised", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", "Variants": [ "Confirm1", "ConfirmExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Confirm-MgRiskyUserCompromised", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/confirmCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/confirmCompromised" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Confirm-MgRiskyUserCompromised", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/confirmCompromised", "Variants": [ "Confirm1", "ConfirmExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/confirmCompromised" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Confirm-MgServicePrincipalMemberGroup", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", @@ -4709,15 +4711,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Confirm-MgServicePrincipalMemberGroup", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", @@ -4727,73 +4729,73 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Confirm-MgServicePrincipalMemberObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", @@ -4867,15 +4869,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Confirm-MgServicePrincipalMemberObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", @@ -4949,45 +4951,45 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Confirm-MgTeamPermissionGrantMemberGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Confirm-MgTeamPermissionGrantMemberObject", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", "Command": "Confirm-MgTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", "Variants": [ "Confirm", "ConfirmViaIdentity" @@ -4997,240 +4999,240 @@ "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 - }, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserChatPermissionGrantMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserChatPermissionGrantMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/devices/{device-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/checkMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/devices/{device-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/checkMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserInformationProtectionSignature", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/verifySignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/verifySignature" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/checkMemberGroups", "Variants": [ "Check", "CheckExpanded", @@ -5298,15 +5300,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/checkMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/checkMemberGroups", "Variants": [ "Check1", "CheckExpanded1", @@ -5316,73 +5318,73 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/checkMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/checkMemberObjects", "Variants": [ "Check", "CheckExpanded", @@ -5456,15 +5458,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/checkMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Confirm-MgUserMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/checkMemberObjects", "Variants": [ "Check1", "CheckExpanded1", @@ -5538,28 +5540,28 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/checkMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Connect-MgDeviceManagementChromeOSOnboardingSetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", "Variants": [ "Connect", "ConnectExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Connect-MgDeviceManagementZebraFotaConnector", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/zebraFotaConnector/connect", "Variants": [ "Connect" ], @@ -5568,33 +5570,33 @@ "Description": "Read Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/zebraFotaConnector/connect" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", "Method": "POST", "Command": "Copy-MgDeviceManagementReusablePolicySetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", "Variants": [ "Clone", "CloneViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Copy-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", "Variants": [ "Copy", "CopyExpanded", @@ -5604,31 +5606,31 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Copy-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", "Variants": [ "Copy1", "CopyExpanded1", @@ -5638,181 +5640,181 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Copy-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/copy", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/copy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Copy-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/copy", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/copy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Copy-MgGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Copy-MgGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Copy-MgGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Copy-MgGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgGroupOnenoteNotebook", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Variants": [ "Copy", "CopyExpanded", @@ -5838,15 +5840,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgGroupOnenoteNotebook", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Variants": [ "Copy1", "CopyExpanded1", @@ -5872,15 +5874,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgGroupOnenotePageToSection", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", "Variants": [ "Copy", "CopyExpanded", @@ -5906,15 +5908,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgGroupOnenotePageToSection", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", "Variants": [ "Copy1", "CopyExpanded1", @@ -5924,31 +5926,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgGroupOnenoteSectionToNotebook", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Variants": [ "Copy", "CopyExpanded", @@ -5974,15 +5976,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgGroupOnenoteSectionToNotebook", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Variants": [ "Copy1", "CopyExpanded1", @@ -5992,31 +5994,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Variants": [ "Copy", "CopyExpanded", @@ -6042,15 +6044,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Variants": [ "Copy1", "CopyExpanded1", @@ -6060,121 +6062,121 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", @@ -6184,95 +6186,76 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "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 - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all your site collections", - "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", - "IsAdmin": 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 - } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebook", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Variants": [ "Copy", "CopyExpanded", @@ -6298,15 +6281,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebook", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Variants": [ "Copy1", "CopyExpanded1", @@ -6332,15 +6315,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgSiteOnenotePageToSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "Variants": [ "Copy", "CopyExpanded", @@ -6366,15 +6349,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgSiteOnenotePageToSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "Variants": [ "Copy1", "CopyExpanded1", @@ -6400,15 +6383,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Variants": [ "Copy", "CopyExpanded", @@ -6434,15 +6417,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Variants": [ "Copy1", "CopyExpanded1", @@ -6468,15 +6451,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Variants": [ "Copy", "CopyExpanded", @@ -6486,31 +6469,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Variants": [ "Copy1", "CopyExpanded1", @@ -6520,31 +6503,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Copy-MgTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/clone", "Variants": [ "Clone1", "CloneExpanded1", @@ -6570,15 +6553,15 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/clone" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Copy-MgTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/clone", "Variants": [ "Clone", "CloneExpanded", @@ -6604,105 +6587,105 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/clone" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Copy-MgUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Copy-MgUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Copy-MgUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Copy-MgUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", "Command": "Copy-MgUserMailFolder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", "Variants": [ "Copy", "CopyExpanded", @@ -6711,18 +6694,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", "Command": "Copy-MgUserMailFolder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", "Variants": [ "Copy1", "CopyExpanded1", @@ -6734,75 +6717,75 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", "Command": "Copy-MgUserMailFolderChildFolder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", "Command": "Copy-MgUserMailFolderChildFolder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "Copy-MgUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "Copy-MgUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "Copy-MgUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", "Variants": [ "Copy", "CopyExpanded", @@ -6814,15 +6797,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "Copy-MgUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", "Variants": [ "Copy1", "CopyExpanded1", @@ -6831,18 +6814,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "Copy-MgUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/copy", "Variants": [ "Copy", "CopyExpanded", @@ -6854,15 +6837,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/copy" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "Copy-MgUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/copy", "Variants": [ "Copy1", "CopyExpanded1", @@ -6874,15 +6857,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/copy" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgUserOnenoteNotebook", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Variants": [ "Copy", "CopyExpanded", @@ -6908,15 +6891,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgUserOnenoteNotebook", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Variants": [ "Copy1", "CopyExpanded1", @@ -6926,31 +6909,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgUserOnenotePageToSection", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", "Variants": [ "Copy", "CopyExpanded", @@ -6960,31 +6943,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgUserOnenotePageToSection", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", "Variants": [ "Copy1", "CopyExpanded1", @@ -7010,15 +6993,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgUserOnenoteSectionToNotebook", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Variants": [ "Copy", "CopyExpanded", @@ -7028,31 +7011,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgUserOnenoteSectionToNotebook", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Variants": [ "Copy1", "CopyExpanded1", @@ -7078,15 +7061,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgUserOnenoteSectionToSectionGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Variants": [ "Copy", "CopyExpanded", @@ -7096,31 +7079,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "POST", "Command": "Copy-MgUserOnenoteSectionToSectionGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "Variants": [ "Copy1", "CopyExpanded1", @@ -7146,15 +7129,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgDeviceManagementComanagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", "Variants": [ "Disable", "DisableViaIdentity" @@ -7172,15 +7155,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgDeviceManagementComanagedDeviceLostMode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", "Variants": [ "Disable", "DisableViaIdentity" @@ -7190,15 +7173,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", "Variants": [ "Disable", "DisableViaIdentity" @@ -7216,33 +7199,33 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", "Variants": [ "Disable1", "DisableViaIdentity1" @@ -7252,15 +7235,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgDeviceManagementOemWarrantyInformationOnboarding", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/oemWarrantyInformationOnboarding/{oemWarrantyInformationOnboarding-id}/disable", "Variants": [ "Disable", "DisableViaIdentity" @@ -7268,25 +7251,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/oemWarrantyInformationOnboarding/{oemWarrantyInformationOnboarding-id}/disable" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgUserAuthenticationMethodSmsSignIn", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", "Variants": [ "Disable", "DisableViaIdentity" @@ -7296,15 +7279,15 @@ "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 - }, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgUserAuthenticationPhoneMethodSmSign", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", "Variants": [ "Disable", "DisableViaIdentity" @@ -7322,66 +7305,66 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", "Variants": [ "Disable", "DisableViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgUserManagedDeviceLostMode", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Disable-MgUserManagedDeviceLostMode", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", "Variants": [ "Disable1", "DisableViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disconnect-MgDeviceManagementChromeOSOnboardingSetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", "Variants": [ "Disconnect" ], - "Permissions": [], - "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "Variants": [ "Disconnect", "DisconnectViaIdentity" @@ -7391,15 +7374,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "Variants": [ "Disconnect1", "DisconnectViaIdentity1" @@ -7409,70 +7392,70 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Disconnect-MgDeviceManagementZebraFotaConnector", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/zebraFotaConnector/disconnect", "Variants": [ "Disconnect" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/zebraFotaConnector/disconnect" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementAndroidDeviceAdministratorEnrollment", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", "Variants": [ "Enable" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementAssignmentFilter", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/assignmentFilters/enable", "Variants": [ "Enable", "EnableExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/assignmentFilters/enable" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementComanagedDeviceLostMode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", "Variants": [ "Enable", "EnableExpanded", @@ -7484,39 +7467,39 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementDeviceHealthScriptGlobalScript", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", "Variants": [ "Enable" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementLegacyPcManagement", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/enableLegacyPcManagement", "Variants": [ "Enable" ], - "Permissions": [], - "Uri": "/deviceManagement/enableLegacyPcManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementManagedDeviceLostMode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", "Variants": [ "Enable", "EnableExpanded", @@ -7528,15 +7511,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementOemWarrantyInformationOnboarding", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/oemWarrantyInformationOnboarding/{oemWarrantyInformationOnboarding-id}/enable", "Variants": [ "Enable", "EnableViaIdentity" @@ -7554,15 +7537,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/oemWarrantyInformationOnboarding/{oemWarrantyInformationOnboarding-id}/enable" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementTenantAttachRbac", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/tenantAttachRBAC/enable", "Variants": [ "Enable", "EnableExpanded" @@ -7580,32 +7563,32 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/tenantAttachRBAC/enable" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgDeviceManagementUnlicensedAdminstrator", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/enableUnlicensedAdminstrators", "Variants": [ "Enable" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/enableUnlicensedAdminstrators" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgUserAuthenticationMethodSmsSignIn", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", "Variants": [ "Enable", "EnableViaIdentity" @@ -7615,15 +7598,15 @@ "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 - }, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgUserAuthenticationPhoneMethodSmSign", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", "Variants": [ "Enable", "EnableViaIdentity" @@ -7641,30 +7624,30 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Enable-MgUserManagedDeviceLostMode", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Export-MgComplianceEdiscoveryCaseReviewSet", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", "Variants": [ "Export", "ExportExpanded", @@ -7684,15 +7667,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Export-MgDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", "Variants": [ "Export", "ExportViaIdentity" @@ -7710,56 +7693,56 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Export-MgDirectoryInboundSharedUserProfilePersonalData", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Export-MgPrivilegedAccessResourceRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", "Variants": [ "Export", "ExportViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Export-MgPrivilegedAccessRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", "Variants": [ "Export", "ExportViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", "Variants": [ "Export", "ExportExpanded", @@ -7779,15 +7762,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", "Variants": [ "Export", "ExportExpanded", @@ -7807,30 +7790,30 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Export-MgUserDeviceAndAppManagementData", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Export-MgUserPersonalData", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/exportPersonalData", "Variants": [ "Export", "ExportExpanded", @@ -7842,15 +7825,15 @@ "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 - }, - "Uri": "/users/{user-id}/exportPersonalData" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Export-MgUserPersonalData", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/exportPersonalData", "Variants": [ "Export1", "ExportExpanded1", @@ -7862,59 +7845,59 @@ "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 - }, - "Uri": "/users/{user-id}/exportPersonalData" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Find-MgDeviceManagementComanagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", "Variants": [ "Locate", "LocateViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Find-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", "Variants": [ "Locate", "LocateViaIdentity" @@ -7924,15 +7907,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Find-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", "Variants": [ "Locate1", "LocateViaIdentity1" @@ -7942,28 +7925,28 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", "Command": "Find-MgIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "Variants": [ "Find", "FindViaIdentity" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", "Command": "Find-MgPolicyAuthenticationStrengthPolicyByMethodMode", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "Variants": [ "Find", "FindViaIdentity" @@ -7987,15 +7970,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "Variants": [ "Discover", "DiscoverViaIdentity" @@ -8005,54 +7988,54 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Find-MgUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Find-MgUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", "Variants": [ "Locate1", "LocateViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult1", "Method": "POST", "Command": "Find-MgUserMeetingTime", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/findMeetingTimes", "Variants": [ "Find", "FindExpanded", @@ -8062,25 +8045,25 @@ "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/findMeetingTimes" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", "Method": "POST", "Command": "Find-MgUserMeetingTime", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/findMeetingTimes", "Variants": [ "Find1", "FindExpanded1", @@ -8100,15 +8083,15 @@ "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 } - ], - "Uri": "/users/{user-id}/findMeetingTimes" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphEmailAddress", "Method": "GET", "Command": "Find-MgUserRoom", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/findRooms", "Variants": [ "Find", "Find1", @@ -8128,15 +8111,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/findRooms" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphEmailAddress", "Method": "GET", "Command": "Find-MgUserRoomList", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/findRoomLists", "Variants": [ "Find", "FindViaIdentity" @@ -8144,25 +8127,25 @@ "Permissions": [ { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/findRoomLists" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReview", "Method": "GET", "Command": "Get-MgAccessReview", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}", "Variants": [ "Get", "GetViaIdentity" @@ -8170,31 +8153,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/accessReviews/{accessReview-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReview", "Method": "GET", "Command": "Get-MgAccessReview", + "Module": "Identity.Governance", + "Uri": "/accessReviews", "Variants": [ "List" ], @@ -8217,28 +8200,28 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/accessReviews" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", "Command": "Get-MgAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", "Command": "Get-MgAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions", "Variants": [ "List" ], @@ -8261,128 +8244,128 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/accessReviews/{accessReview-id}/decisions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReview", "Method": "GET", "Command": "Get-MgAccessReviewInstance", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReview", "Method": "GET", "Command": "Get-MgAccessReviewInstance", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", "Command": "Get-MgAccessReviewInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", "Command": "Get-MgAccessReviewInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", "Command": "Get-MgAccessReviewInstanceMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", "Command": "Get-MgAccessReviewInstanceMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgAccessReviewInstanceReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgAccessReviewInstanceReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", "Command": "Get-MgAccessReviewMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "GET", "Command": "Get-MgAccessReviewMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions", "Variants": [ "List" ], @@ -8405,59 +8388,59 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/accessReviews/{accessReview-id}/myDecisions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgAccessReviewReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgAccessReviewReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/reviewers", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/accessReviews/{accessReview-id}/reviewers" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", "Command": "Get-MgAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Get", "GetViaIdentity" @@ -8487,15 +8470,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", "Command": "Get-MgAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits", "Variants": [ "List" ], @@ -8524,194 +8507,194 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/administrativeUnits" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgAdministrativeUnitById", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", "Command": "Get-MgAdministrativeUnitDelta", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/delta", "Variants": [ "Delta" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/administrativeUnits/delta" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgAdministrativeUnitMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgAdministrativeUnitMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgAdministrativeUnitMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Get", "GetViaIdentity" @@ -8741,15 +8724,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Variants": [ "List" ], @@ -8778,138 +8761,138 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgAdministrativeUnitUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", "Command": "Get-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/agreements/{agreement-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", "Command": "Get-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/agreements" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", "Command": "Get-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/agreements" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", "Command": "Get-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/agreements/{agreement-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFile", "Method": "GET", "Command": "Get-MgAgreementFile", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", "Variants": [ "Get", "GetViaIdentity" @@ -8917,25 +8900,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/agreements/{agreement-id}/file" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFile", "Method": "GET", "Command": "Get-MgAgreementFile", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", "Variants": [ "Get1", "GetViaIdentity1" @@ -8953,178 +8936,178 @@ "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true } - ], - "Uri": "/agreements/{agreement-id}/file" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", "Command": "Get-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", "Command": "Get-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", "Command": "Get-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", "Command": "Get-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", "Command": "Get-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", "Command": "Get-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", "Command": "Get-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", "Command": "Get-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgAllGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgAllGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/allChannels", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/allChannels" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgAllGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/allChannels", "Variants": [ "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/allChannels" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgAllGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgAllTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/allChannels/{channel-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/teams/{team-id}/allChannels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgAllTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/allChannels", "Variants": [ "List2" ], @@ -9147,15 +9130,15 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/allChannels" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgAllTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/allChannels", "Variants": [ "List" ], @@ -9178,28 +9161,28 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/allChannels" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgAllTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/allChannels/{channel-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/allChannels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgAllUserChatMessage", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/getAllMessages", "Variants": [ "Get", "GetViaIdentity" @@ -9209,15 +9192,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/chats/getAllMessages" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgAllUserChatMessage", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/getAllMessages", "Variants": [ "Get1", "GetViaIdentity1" @@ -9227,28 +9210,28 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/chats/getAllMessages" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps", "Variants": [ "List" ], @@ -9283,15 +9266,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/appCatalogs/teamsApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps", "Variants": [ "List1" ], @@ -9326,78 +9309,78 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/appCatalogs/teamsApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Variants": [ "Get", "GetViaIdentity" @@ -9421,15 +9404,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Variants": [ "Get1", "GetViaIdentity1" @@ -9453,15 +9436,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppIcon", "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionColorIcon", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "Variants": [ "Get", "GetViaIdentity" @@ -9485,15 +9468,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "Variants": [ "Get", "Get1", @@ -9519,15 +9502,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppIcon", "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIcon", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "Variants": [ "Get", "GetViaIdentity" @@ -9551,15 +9534,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "Variants": [ "Get", "Get1", @@ -9585,15 +9568,15 @@ "FullDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", "IsAdmin": false } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication", "Method": "GET", "Command": "Get-MgApplication", + "Module": "Applications", + "Uri": "/applications/{application-id}", "Variants": [ "Get", "GetViaIdentity" @@ -9601,31 +9584,31 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication", "Method": "GET", "Command": "Get-MgApplication", + "Module": "Applications", + "Uri": "/applications", "Variants": [ "List" ], @@ -9648,15 +9631,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/applications" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", "Command": "Get-MgApplication", + "Module": "Applications", + "Uri": "/applications", "Variants": [ "List1" ], @@ -9679,15 +9662,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/applications" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", "Command": "Get-MgApplication", + "Module": "Applications", + "Uri": "/applications/{application-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -9711,117 +9694,117 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "GET", "Command": "Get-MgApplicationAppManagementPolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/appManagementPolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/applications/{application-id}/appManagementPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationAppManagementPolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/applications/{application-id}/appManagementPolicies/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgApplicationById", + "Module": "Applications", + "Uri": "/applications/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/applications/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgApplicationById", + "Module": "Applications", + "Uri": "/applications/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/applications/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "GET", "Command": "Get-MgApplicationConnectorGroup", + "Module": "Applications", + "Uri": "/applications/{application-id}/connectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/connectorGroup" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationConnectorGroupByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/connectorGroup/$ref", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/connectorGroup/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgApplicationCreatedOnBehalfOf", + "Module": "Applications", + "Uri": "/applications/{application-id}/createdOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/createdOnBehalfOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgApplicationCreatedOnBehalfOf", + "Module": "Applications", + "Uri": "/applications/{application-id}/createdOnBehalfOf", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/createdOnBehalfOf" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication", "Method": "GET", "Command": "Get-MgApplicationDelta", + "Module": "Applications", + "Uri": "/applications/delta", "Variants": [ "Delta1" ], @@ -9843,16 +9826,22 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true } - ], - "Uri": "/applications/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication1", "Method": "GET", "Command": "Get-MgApplicationDelta", + "Module": "Applications", + "Uri": "/applications/delta", "Variants": [ "Delta" ], @@ -9875,15 +9864,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/applications/delta" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "GET", "Command": "Get-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Variants": [ "Get", "GetViaIdentity" @@ -9907,77 +9896,77 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "GET", "Command": "Get-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties", "Variants": [ "List" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/extensionProperties" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "GET", "Command": "Get-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties", "Variants": [ "List1" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/extensionProperties" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "GET", "Command": "Get-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -10001,15 +9990,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Variants": [ "Get", "GetViaIdentity" @@ -10019,15 +10008,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Variants": [ "List" ], @@ -10044,40 +10033,40 @@ "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Variants": [ "List1" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -10087,151 +10076,219 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationLogo", + "Module": "Applications", + "Uri": "/applications/{application-id}/logo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/logo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationLogo", + "Module": "Applications", + "Uri": "/applications/{application-id}/logo", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/logo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgApplicationMemberGroup", + "Module": "Applications", + "Uri": "/applications/{application-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgApplicationMemberGroup", + "Module": "Applications", + "Uri": "/applications/{application-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgApplicationMemberObject", + "Module": "Applications", + "Uri": "/applications/{application-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgApplicationMemberObject", + "Module": "Applications", + "Uri": "/applications/{application-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgApplicationOwner", "Module": "Applications", + "Uri": "/applications/{application-id}/owners", + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgApplicationOwner", + "Module": "Applications", + "Uri": "/applications/{application-id}/owners", + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read applications", + "FullDescription": "Allows the app to read applications and service principals on your behalf.", + "IsAdmin": 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 + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationOwnerByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/owners/$ref", "Variants": [ "List1" ], @@ -10254,77 +10311,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/owners" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Method": "GET", - "Command": "Get-MgApplicationOwner", - "Variants": [ - "List" - ], - "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 - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/applications/{application-id}/owners" - }, - { - "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationOwnerByRef", - "Variants": [ - "List1" - ], - "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 - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/applications/{application-id}/owners/$ref" - }, - { - "ApiVersion": "v1.0", "Module": "Applications", - "OutputType": null, - "Method": "GET", - "Command": "Get-MgApplicationOwnerByRef", + "Uri": "/applications/{application-id}/owners/$ref", "Variants": [ "List" ], @@ -10347,28 +10342,28 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/owners/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronization", "Method": "GET", "Command": "Get-MgApplicationSynchronization", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgApplicationSynchronizationAccessToken", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", "Variants": [ "Acquire", "AcquireExpanded", @@ -10380,96 +10375,96 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "GET", "Command": "Get-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "GET", "Command": "Get-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationSchema", "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobSchema", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplate", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplate", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates", "Variants": [ "List" ], @@ -10478,15 +10473,15 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/synchronization/templates" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationSchema", "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchema", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Variants": [ "Get", "GetViaIdentity" @@ -10496,90 +10491,90 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplicationTemplate", "Method": "GET", "Command": "Get-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates/{applicationTemplate-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/applicationTemplates/{applicationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplicationTemplate", "Method": "GET", "Command": "Get-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/applicationTemplates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplicationTemplate1", "Method": "GET", "Command": "Get-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/applicationTemplates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplicationTemplate1", "Method": "GET", "Command": "Get-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates/{applicationTemplate-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/applicationTemplates/{applicationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies", "Variants": [ "List1" ], @@ -10602,15 +10597,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies", "Variants": [ "List" ], @@ -10633,15 +10628,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Variants": [ "List1" ], @@ -10664,15 +10659,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Variants": [ "List" ], @@ -10695,15 +10690,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies", "Variants": [ "List1" ], @@ -10726,15 +10721,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicy", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies", "Variants": [ "List" ], @@ -10757,90 +10752,90 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgApplicationUserOwnedObject", + "Module": "Applications", + "Uri": "/applications/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/applications/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphDirectoryAudit1", "Method": "GET", "Command": "Get-MgAuditLogDirectoryAudit", + "Module": "Reports", + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "Variants": [ "Get", "GetViaIdentity" @@ -10848,25 +10843,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphDirectoryAudit1", "Method": "GET", "Command": "Get-MgAuditLogDirectoryAudit", + "Module": "Reports", + "Uri": "/auditLogs/directoryAudits", "Variants": [ "List" ], @@ -10883,15 +10878,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/auditLogs/directoryAudits" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphDirectoryAudit", "Method": "GET", "Command": "Get-MgAuditLogDirectoryAudit", + "Module": "Reports", + "Uri": "/auditLogs/directoryAudits", "Variants": [ "List1" ], @@ -10908,15 +10903,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/auditLogs/directoryAudits" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphDirectoryAudit", "Method": "GET", "Command": "Get-MgAuditLogDirectoryAudit", + "Module": "Reports", + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -10924,63 +10919,63 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Method": "GET", "Command": "Get-MgAuditLogDirectoryProvisioning", + "Module": "Reports", + "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Method": "GET", "Command": "Get-MgAuditLogDirectoryProvisioning", + "Module": "Reports", + "Uri": "/auditLogs/directoryProvisioning", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/auditLogs/directoryProvisioning" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Method": "GET", "Command": "Get-MgAuditLogProvisioning", + "Module": "Reports", + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Method": "GET", "Command": "Get-MgAuditLogProvisioning", + "Module": "Reports", + "Uri": "/auditLogs/provisioning", "Variants": [ "List1" ], @@ -10997,15 +10992,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/auditLogs/provisioning" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Method": "GET", "Command": "Get-MgAuditLogProvisioning", + "Module": "Reports", + "Uri": "/auditLogs/provisioning", "Variants": [ "List" ], @@ -11022,28 +11017,28 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/auditLogs/provisioning" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Method": "GET", "Command": "Get-MgAuditLogProvisioning", + "Module": "Reports", + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphSignIn1", "Method": "GET", "Command": "Get-MgAuditLogSignIn", + "Module": "Reports", + "Uri": "/auditLogs/signIns/{signIn-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -11061,15 +11056,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/auditLogs/signIns/{signIn-id}" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphSignIn1", "Method": "GET", "Command": "Get-MgAuditLogSignIn", + "Module": "Reports", + "Uri": "/auditLogs/signIns", "Variants": [ "List1" ], @@ -11086,40 +11081,40 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/auditLogs/signIns" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphSignIn", "Method": "GET", "Command": "Get-MgAuditLogSignIn", + "Module": "Reports", + "Uri": "/auditLogs/signIns", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/auditLogs/signIns" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphSignIn", "Method": "GET", "Command": "Get-MgAuditLogSignIn", + "Module": "Reports", + "Uri": "/auditLogs/signIns/{signIn-id}", "Variants": [ "Get", "GetViaIdentity" @@ -11127,25 +11122,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/auditLogs/signIns/{signIn-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingBusiness", "Method": "GET", "Command": "Get-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "Variants": [ "Get", "GetViaIdentity" @@ -11153,37 +11148,37 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingBusiness", "Method": "GET", "Command": "Get-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/bookingBusinesses", "Variants": [ "List" ], @@ -11212,90 +11207,65 @@ "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 } - ], - "Uri": "/bookingBusinesses" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingBusiness1", "Method": "GET", "Command": "Get-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingBusiness1", "Method": "GET", "Command": "Get-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -11325,15 +11295,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "Variants": [ "List" ], @@ -11362,103 +11332,53 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "Variants": [ "List1" ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "GET", "Command": "Get-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "GET", "Command": "Get-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "Variants": [ "List" ], @@ -11487,65 +11407,65 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "GET", "Command": "Get-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "GET", "Command": "Get-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomer", "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "Variants": [ "Get", "GetViaIdentity" @@ -11575,89 +11495,89 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomer", "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "Variants": [ "List" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomerBase", "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -11665,37 +11585,37 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Variants": [ "Get", "GetViaIdentity" @@ -11703,37 +11623,37 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Variants": [ "List" ], @@ -11756,15 +11676,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Variants": [ "List1" ], @@ -11787,15 +11707,15 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -11825,15 +11745,15 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingService1", "Method": "GET", "Command": "Get-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -11863,15 +11783,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingService1", "Method": "GET", "Command": "Get-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "Variants": [ "List1" ], @@ -11900,52 +11820,52 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingService", "Method": "GET", "Command": "Get-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "Variants": [ "List" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingService", "Method": "GET", "Command": "Get-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Variants": [ "Get", "GetViaIdentity" @@ -11975,15 +11895,15 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Method": "POST", "Command": "Get-MgBookingBusinessStaffAvailability", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", "Variants": [ "Get", "GetExpanded", @@ -11995,35 +11915,30 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability" + } }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Method": "POST", "Command": "Get-MgBookingBusinessStaffAvailability", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingStaffMember", "Method": "GET", "Command": "Get-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -12053,15 +11968,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingStaffMember", "Method": "GET", "Command": "Get-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Variants": [ "List1" ], @@ -12090,52 +12005,27 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingStaffMemberBase", "Method": "GET", "Command": "Get-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Variants": [ "List" ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "GET", "Command": "Get-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "Variants": [ "Get", "GetViaIdentity" @@ -12165,15 +12055,15 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "GET", "Command": "Get-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -12203,15 +12093,15 @@ "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 } - ], - "Uri": "/bookingCurrencies/{bookingCurrency-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "GET", "Command": "Get-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/bookingCurrencies", "Variants": [ "List1" ], @@ -12240,52 +12130,27 @@ "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 } - ], - "Uri": "/bookingCurrencies" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "GET", "Command": "Get-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies", "Variants": [ "List" ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingCurrencies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "GET", "Command": "Get-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Variants": [ "Get", "GetViaIdentity" @@ -12293,50 +12158,50 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Method": "GET", "Command": "Get-MgBusinessFlowTemplate", + "Module": "Identity.Governance", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Method": "GET", "Command": "Get-MgBusinessFlowTemplate", + "Module": "Identity.Governance", + "Uri": "/businessFlowTemplates", "Variants": [ "List" ], @@ -12359,144 +12224,144 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/businessFlowTemplates" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBusinessScenario", "Method": "GET", "Command": "Get-MgBusinessScenario", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBusinessScenario", "Method": "GET", "Command": "Get-MgBusinessScenario", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", "Method": "GET", "Command": "Get-MgBusinessScenarioPlanner", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", "Method": "POST", "Command": "Get-MgBusinessScenarioPlannerPlan", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", "Method": "GET", "Command": "Get-MgBusinessScenarioPlannerPlanConfiguration", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Method": "GET", "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Method": "GET", "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Method": "GET", "Command": "Get-MgBusinessScenarioPlannerTask", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Method": "GET", "Command": "Get-MgBusinessScenarioPlannerTask", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", "Method": "GET", "Command": "Get-MgBusinessScenarioPlannerTaskConfiguration", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat", "Method": "GET", "Command": "Get-MgChat", + "Module": "Teams", + "Uri": "/chats/{chat-id}", "Variants": [ "Get", "GetViaIdentity" @@ -12520,15 +12385,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat", "Method": "GET", "Command": "Get-MgChat", + "Module": "Teams", + "Uri": "/chats", "Variants": [ "List" ], @@ -12551,46 +12416,46 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat1", "Method": "GET", "Command": "Get-MgChat", + "Module": "Teams", + "Uri": "/chats", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat1", "Method": "GET", "Command": "Get-MgChat", + "Module": "Teams", + "Uri": "/chats/{chat-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -12598,31 +12463,31 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -12646,15 +12511,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps", "Variants": [ "List" ], @@ -12677,15 +12542,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/installedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", "Command": "Get-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps", "Variants": [ "List1" ], @@ -12708,15 +12573,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/installedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", "Command": "Get-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -12724,109 +12589,109 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgChatInstalledAppTeamApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgChatInstalledAppTeamApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", "Command": "Get-MgChatInstalledAppTeamAppDefinition", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", "Command": "Get-MgChatInstalledAppTeamAppDefinition", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageInfo", "Method": "GET", "Command": "Get-MgChatLastMessagePreview", + "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageInfo", "Method": "GET", "Command": "Get-MgChatLastMessagePreview", + "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" @@ -12834,9 +12699,9 @@ "Permissions": [ { "Name": "ChannelMember.Read.All", - "Description": "Read the members of teams and channels", - "FullDescription": "Read the members of channels, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "ChannelMember.ReadWrite", @@ -12846,43 +12711,43 @@ }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "ChatMember.Read", - "Description": "Read the members of chats", - "FullDescription": "Read the members of chats, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "ChatMember.ReadWrite", - "Description": "Add and remove members from chats", - "FullDescription": "Add and remove members from chats, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members", "Variants": [ "List" ], @@ -12917,75 +12782,63 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "ChatMember.Read", - "Description": "Read the members of chats", - "FullDescription": "Read the members of chats, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "ChatMember.ReadWrite", - "Description": "Add and remove members from chats", - "FullDescription": "Add and remove members from chats, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": [ - { - "Name": "ChannelMember.Read.All", - "Description": "Read the members of teams and channels", - "FullDescription": "Read the members of channels, on your behalf.", - "IsAdmin": true - }, - { - "Name": "ChannelMember.ReadWrite", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, { "Name": "Chat.Read", "Description": "Read your chat messages", @@ -13016,15 +12869,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgChatMessage", + "Module": "Teams", + "Uri": "/chats/getAllMessages", "Variants": [ "Get", "Get1", @@ -13049,15 +12902,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/getAllMessages" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgChatMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages", "Variants": [ "List" ], @@ -13074,40 +12927,40 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgChatMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgChatMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Get2", "Get3", @@ -13144,15 +12997,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgChatMessageDelta", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -13188,15 +13041,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/messages/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgChatMessageDelta", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -13204,43 +13057,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/messages/delta" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgChatMessageHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -13264,77 +13117,77 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgChatMessageHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgChatMessageHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgChatMessageHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -13358,141 +13211,141 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgChatMessageReply", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgChatMessageReply", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgChatMessageReply", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgChatMessageReply", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgChatMessageReplyDelta", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgChatMessageReplyDelta", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", "Command": "Get-MgChatOperation", + "Module": "Teams", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -13500,31 +13353,31 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", "Command": "Get-MgChatOperation", + "Module": "Teams", + "Uri": "/chats/{chat-id}/operations", "Variants": [ "List" ], @@ -13547,28 +13400,28 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/operations" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgChatPermissionGrant", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgChatPermissionGrant", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants", "Variants": [ "List" ], @@ -13597,155 +13450,155 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/permissionGrants" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgChatPermissionGrantById", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Get-MgChatPermissionGrantMemberGroup", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Get-MgChatPermissionGrantMemberObject", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgChatPermissionGrantUserOwnedObject", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "GET", "Command": "Get-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "GET", "Command": "Get-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages", "Variants": [ "List" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/pinnedMessages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "GET", "Command": "Get-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/pinnedMessages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "GET", "Command": "Get-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Get", "GetViaIdentity" @@ -13775,15 +13628,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs", "Variants": [ "List" ], @@ -13812,15 +13665,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs", "Variants": [ "List1" ], @@ -13849,15 +13702,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -13887,80 +13740,80 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgChatTabTeamApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgChatTabTeamApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCall1", "Method": "GET", "Command": "Get-MgCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCall", "Method": "GET", "Command": "Get-MgCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAudioRoutingGroup1", "Method": "GET", "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAudioRoutingGroup1", "Method": "GET", "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Variants": [ "List1" ], @@ -13969,15 +13822,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Method": "GET", "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Variants": [ "List" ], @@ -13986,28 +13839,28 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Method": "GET", "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Variants": [ "Get", "GetViaIdentity" @@ -14017,15 +13870,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphContentSharingSession", "Method": "GET", "Command": "Get-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Variants": [ "List" ], @@ -14034,15 +13887,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/contentSharingSessions" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphContentSharingSession", "Method": "GET", "Command": "Get-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Variants": [ "List1" ], @@ -14051,15 +13904,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/contentSharingSessions" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -14069,15 +13922,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCommsOperation", "Method": "GET", "Command": "Get-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -14087,39 +13940,39 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCommsOperation", "Method": "GET", "Command": "Get-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCommsOperation", "Method": "GET", "Command": "Get-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCommsOperation", "Method": "GET", "Command": "Get-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -14129,65 +13982,65 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphParticipant1", "Method": "GET", "Command": "Get-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphParticipant1", "Method": "GET", "Command": "Get-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphParticipant", "Method": "GET", "Command": "Get-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphParticipant", "Method": "GET", "Command": "Get-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallRecordsCallRecord", "Method": "GET", "Command": "Get-MgCommunicationCallRecord", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}", "Variants": [ "Get", "GetViaIdentity" @@ -14197,15 +14050,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/callRecords/{callRecord-id}" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallRecordsCallRecord", "Method": "GET", "Command": "Get-MgCommunicationCallRecord", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -14215,28 +14068,28 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/callRecords/{callRecord-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "GET", "Command": "Get-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "GET", "Command": "Get-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Variants": [ "List" ], @@ -14245,15 +14098,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/callRecords/{callRecord-id}/sessions" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "GET", "Command": "Get-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Variants": [ "List1" ], @@ -14262,379 +14115,379 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/callRecords/{callRecord-id}/sessions" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "GET", "Command": "Get-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Get2", "Get3", "GetExpanded1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings", "Variants": [ "List1" ], "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", - "Description": "Read user's online meeting artifacts", - "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "OnlineMeetings.Read", - "Description": "Read your online meetings", - "FullDescription": "Allows the app to read online meeting details on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/communications/onlineMeetings" + ] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings", "Variants": [ "List" ], "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", - "Description": "Read user's online meeting artifacts", - "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "OnlineMeetings.Read", - "Description": "Read your online meetings", - "FullDescription": "Allows the app to read online meeting details on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/communications/onlineMeetings" + ] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAlternativeRecording", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingRecording", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingRegistration", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingRegistration", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallTranscript", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallTranscript", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphVirtualAppointment", "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointment", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence1", "Method": "GET", "Command": "Get-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence1", "Method": "GET", "Command": "Get-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences", "Variants": [ "List1" ], @@ -14651,53 +14504,53 @@ "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 } - ], - "Uri": "/communications/presences" + ] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence", "Method": "GET", "Command": "Get-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences", "Variants": [ "List" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/communications/presences" + ] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence", "Method": "GET", "Command": "Get-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence1", "Method": "POST", "Command": "Get-MgCommunicationPresenceByUserId", + "Module": "CloudCommunications", + "Uri": "/communications/getPresencesByUserId", "Variants": [ "Get1", "GetExpanded1" @@ -14707,15 +14560,15 @@ "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 - }, - "Uri": "/communications/getPresencesByUserId" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence", "Method": "POST", "Command": "Get-MgCommunicationPresenceByUserId", + "Module": "CloudCommunications", + "Uri": "/communications/getPresencesByUserId", "Variants": [ "Get", "GetExpanded" @@ -14725,51 +14578,51 @@ "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 - }, - "Uri": "/communications/getPresencesByUserId" + } }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Method": "GET", "Command": "Get-MgCompliance", + "Module": "Compliance", + "Uri": "/compliance", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/compliance" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Compliance", "OutputType": "IMicrosoftGraphCompliance", "Method": "GET", "Command": "Get-MgCompliance", + "Module": "Compliance", + "Uri": "/compliance", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/compliance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Method": "GET", "Command": "Get-MgComplianceEdiscovery", + "Module": "Compliance", + "Uri": "/compliance/ediscovery", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/compliance/ediscovery" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCase", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCase", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}", "Variants": [ "Get", "GetViaIdentity" @@ -14787,15 +14640,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCase", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCase", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases", "Variants": [ "List" ], @@ -14812,15 +14665,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodian", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "Variants": [ "Get", "GetViaIdentity" @@ -14828,50 +14681,50 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodian", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "Variants": [ "List" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -14879,25 +14732,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "Variants": [ "List" ], @@ -14914,28 +14767,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSourceSite", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -14953,15 +14806,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "Variants": [ "List" ], @@ -14978,28 +14831,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -15007,25 +14860,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "Variants": [ "List" ], @@ -15042,15 +14895,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "Variants": [ "Get", "GetViaIdentity" @@ -15068,15 +14921,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "Variants": [ "List" ], @@ -15093,117 +14946,117 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "Variants": [ "List" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSourceSite", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "Variants": [ "List" ], @@ -15220,15 +15073,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -15236,25 +15089,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "Variants": [ "List" ], @@ -15271,28 +15124,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseOperation", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseOperation", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "Variants": [ "List" ], @@ -15309,15 +15162,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseReviewSet", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "Variants": [ "Get", "GetViaIdentity" @@ -15335,40 +15188,40 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseReviewSet", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "Variants": [ "List" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "Variants": [ "Get", "GetViaIdentity" @@ -15386,15 +15239,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "Variants": [ "List" ], @@ -15411,15 +15264,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSetting", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "Variants": [ "Get", "GetViaIdentity" @@ -15437,15 +15290,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -15463,53 +15316,53 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "Variants": [ "List" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "Variants": [ "List" ], @@ -15526,15 +15379,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" @@ -15542,38 +15395,38 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", "Variants": [ "List" ], @@ -15590,15 +15443,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" @@ -15606,38 +15459,38 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", "Variants": [ "List" ], @@ -15654,15 +15507,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseTag", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "Variants": [ "Get", "GetViaIdentity" @@ -15680,15 +15533,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseTag", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "Variants": [ "List" ], @@ -15705,28 +15558,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", "Variants": [ "List" ], @@ -15743,28 +15596,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "GET", "Command": "Get-MgComplianceEdiscoveryCaseTagParent", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", "Command": "Get-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", "Variants": [ "Get", "GetViaIdentity" @@ -15788,77 +15641,77 @@ "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 } - ], - "Uri": "/contacts/{orgContact-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", "Command": "Get-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/contacts" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", "Command": "Get-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts", "Variants": [ "List1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/contacts" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", "Command": "Get-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -15882,41 +15735,41 @@ "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 } - ], - "Uri": "/contacts/{orgContact-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgContactById", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/contacts/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgContactById", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/contacts/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrgContact1", "Method": "GET", "Command": "Get-MgContactDelta", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/delta", "Variants": [ "Delta1" ], @@ -15939,15 +15792,15 @@ "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 } - ], - "Uri": "/contacts/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrgContact", "Method": "GET", "Command": "Get-MgContactDelta", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/delta", "Variants": [ "Delta" ], @@ -15970,59 +15823,59 @@ "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 } - ], - "Uri": "/contacts/delta" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactDirectReport", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactDirectReport", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/contacts/{orgContact-id}/directReports" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactDirectReport", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports", "Variants": [ "List1" ], @@ -16045,28 +15898,28 @@ "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 } - ], - "Uri": "/contacts/{orgContact-id}/directReports" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactDirectReport", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactManager", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/manager", "Variants": [ "Get", "GetViaIdentity" @@ -16090,15 +15943,15 @@ "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 } - ], - "Uri": "/contacts/{orgContact-id}/manager" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactManager", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/manager", "Variants": [ "Get1", "GetViaIdentity1" @@ -16106,31 +15959,31 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/contacts/{orgContact-id}/manager" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgContactMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", @@ -16140,79 +15993,155 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/contacts/{orgContact-id}/getMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgContactMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Device.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "GroupMember.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgContactMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Permissions": [ { "Name": "Application.Read.All", @@ -16262,6 +16191,12 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": 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 + }, { "Name": "User.Read.All", "Description": "Read all users' full profiles", @@ -16269,25 +16204,25 @@ "IsAdmin": 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 and photo.", - "IsAdmin": 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, on your behalf.", + "IsAdmin": true } - ], - "Uri": "/contacts/{orgContact-id}/getMemberGroups" + ] }, { - "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", "OutputType": null, "Method": "POST", "Command": "Get-MgContactMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/getMemberObjects", "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" ], "Permissions": [ { @@ -16356,110 +16291,28 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/contacts/{orgContact-id}/getMemberObjects" - }, - { - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgContactMemberObject", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": 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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": 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 - }, - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true - } - ], - "Uri": "/contacts/{orgContact-id}/getMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf", "Variants": [ "List" ], @@ -16471,26 +16324,20 @@ "IsAdmin": 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 - }, - { - "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.", + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/contacts/{orgContact-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf", "Variants": [ "List1" ], @@ -16502,83 +16349,58 @@ "IsAdmin": 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 - }, - { - "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.", + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/contacts/{orgContact-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactTransitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactTransitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "Variants": [ "List1" ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": 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 - }, - { - "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 - } - ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactTransitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "Variants": [ "List" ], @@ -16601,66 +16423,66 @@ "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 } - ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactTransitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactTransitiveReport", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgContactTransitiveReport", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}/transitiveReports", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}/transitiveReports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgContactUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/contacts/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphContract", "Method": "GET", "Command": "Get-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -16678,15 +16500,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/contracts/{contract-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphContract", "Method": "GET", "Command": "Get-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts", "Variants": [ "List1" ], @@ -16703,40 +16525,40 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/contracts" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphContract", "Method": "GET", "Command": "Get-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/contracts" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphContract", "Method": "GET", "Command": "Get-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", "Variants": [ "Get", "GetViaIdentity" @@ -16754,114 +16576,114 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/contracts/{contract-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgContractById", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/contracts/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgContractById", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/contracts/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgContractMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgContractMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgContractMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgContractMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgContractUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/contracts/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "GET", "Command": "Get-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -16879,39 +16701,39 @@ "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "GET", "Command": "Get-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/dataPolicyOperations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "GET", "Command": "Get-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/dataPolicyOperations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "GET", "Command": "Get-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -16919,25 +16741,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", "Command": "Get-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -16961,65 +16783,65 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", "Command": "Get-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices", "Variants": [ "List1" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDevice", "Method": "GET", "Command": "Get-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices", "Variants": [ "List" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDevice", "Method": "GET", "Command": "Get-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17043,15 +16865,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceAppManagement", "Method": "GET", "Command": "Get-MgDeviceAppMgt", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement", "Variants": [ "Get" ], @@ -17080,52 +16902,27 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceAppManagement1", "Method": "GET", "Command": "Get-MgDeviceAppMgt", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement", "Variants": [ "Get1" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - } - ], - "Uri": "/deviceAppManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17133,101 +16930,75 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections", "Variants": [ "List1" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -17245,40 +17016,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Variants": [ "List" ], @@ -17295,15 +17066,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17311,25 +17082,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Variants": [ "Get", "GetViaIdentity" @@ -17346,16 +17117,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Variants": [ "Get1", "GetViaIdentity1" @@ -17372,16 +17155,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17399,40 +17194,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Variants": [ "List1" ], @@ -17449,15 +17244,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -17474,16 +17269,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17491,25 +17298,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Variants": [ "List" ], @@ -17526,15 +17333,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Variants": [ "List1" ], @@ -17550,16 +17357,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -17577,15 +17396,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Variants": [ "Get", "GetViaIdentity" @@ -17593,25 +17412,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Variants": [ "Get1", "GetViaIdentity1" @@ -17629,15 +17448,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Method": "GET", "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17655,15 +17474,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Method": "GET", "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "Variants": [ "List" ], @@ -17680,40 +17499,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17731,40 +17550,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17782,40 +17601,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17833,40 +17652,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -17884,15 +17703,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "Variants": [ "List" ], @@ -17909,91 +17728,78 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18001,25 +17807,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -18027,50 +17833,50 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Variants": [ "List" ], @@ -18086,16 +17892,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18113,15 +17931,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Variants": [ "Get1", "GetViaIdentity1" @@ -18129,25 +17947,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Variants": [ "Get", "GetViaIdentity" @@ -18164,16 +17982,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -18181,75 +18011,75 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedAppPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedAppPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18266,16 +18096,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -18293,15 +18135,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations", "Variants": [ "List1" ], @@ -18317,16 +18159,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations", "Variants": [ "List" ], @@ -18343,15 +18197,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18369,15 +18223,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -18395,15 +18249,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Variants": [ "List1" ], @@ -18420,40 +18274,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18470,16 +18324,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18496,16 +18362,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Variants": [ "List1" ], @@ -18522,15 +18400,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Variants": [ "List" ], @@ -18546,16 +18424,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -18563,25 +18453,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18599,15 +18489,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Variants": [ "List" ], @@ -18624,15 +18514,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Variants": [ "List1" ], @@ -18648,16 +18538,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -18665,25 +18567,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", "Variants": [ "Get" ], @@ -18700,15 +18602,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", "Variants": [ "Get1" ], @@ -18725,15 +18627,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18751,40 +18653,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedAppStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses", "Variants": [ "List1" ], @@ -18800,16 +18702,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -18827,15 +18741,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBook1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18843,25 +18757,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBook1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks", "Variants": [ "List" ], @@ -18878,15 +18792,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBook", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks", "Variants": [ "List1" ], @@ -18903,15 +18817,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBook", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -18929,15 +18843,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -18955,15 +18869,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Variants": [ "List" ], @@ -18980,40 +18894,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -19021,25 +18935,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookCategory", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "Variants": [ "Get", "Get1", @@ -19049,25 +18963,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookCategory", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBookCategories", "Variants": [ "List", "List1" @@ -19085,15 +18999,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBookCategories" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -19101,25 +19015,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Variants": [ "List" ], @@ -19136,15 +19050,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Variants": [ "List1" ], @@ -19161,15 +19075,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -19177,25 +19091,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphEBookInstallSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Variants": [ "Get", "GetViaIdentity" @@ -19213,15 +19127,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphEBookInstallSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Variants": [ "Get1", "GetViaIdentity1" @@ -19239,15 +19153,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -19265,15 +19179,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Variants": [ "List" ], @@ -19290,15 +19204,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Variants": [ "List1" ], @@ -19315,15 +19229,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -19331,25 +19245,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -19357,25 +19271,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Variants": [ "List" ], @@ -19392,15 +19306,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Variants": [ "List1" ], @@ -19417,15 +19331,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "GET", "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -19433,25 +19347,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -19469,15 +19383,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Variants": [ "List" ], @@ -19494,40 +19408,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -19535,25 +19449,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Variants": [ "Get", "GetViaIdentity" @@ -19571,40 +19485,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps", "Variants": [ "List1" ], @@ -19621,15 +19535,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -19647,15 +19561,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -19673,65 +19587,65 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -19749,15 +19663,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Variants": [ "Get", "Get1", @@ -19777,15 +19691,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories", "Variants": [ "List", "List1" @@ -19803,15 +19717,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppCategories" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories", "Variants": [ "List2", "List3" @@ -19829,15 +19743,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppCategories" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Variants": [ "Get2", "Get3", @@ -19847,25 +19761,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -19883,15 +19797,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations", "Variants": [ "List" ], @@ -19908,15 +19822,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations", "Variants": [ "List1" ], @@ -19933,15 +19847,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -19959,15 +19873,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -19985,40 +19899,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Variants": [ "List1" ], @@ -20035,15 +19949,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -20061,15 +19975,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20087,15 +20001,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Variants": [ "List" ], @@ -20112,40 +20026,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -20153,25 +20067,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Variants": [ "Get", "GetViaIdentity" @@ -20189,15 +20103,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Variants": [ "Get1", "GetViaIdentity1" @@ -20215,15 +20129,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20241,40 +20155,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Variants": [ "List1" ], @@ -20291,15 +20205,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -20307,25 +20221,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Variants": [ "Get", "GetViaIdentity" @@ -20343,15 +20257,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Variants": [ "Get1", "GetViaIdentity1" @@ -20359,25 +20273,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppCount", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/getMobileAppCount(status='{status}')", "Variants": [ "Get", "GetViaIdentity" @@ -20395,15 +20309,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/getMobileAppCount(status='{status}')" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20421,15 +20335,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses", "Variants": [ "List" ], @@ -20446,15 +20360,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatusesApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", "Variants": [ "Get", "GetViaIdentity" @@ -20472,15 +20386,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppInstallSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", "Variants": [ "Get", "GetViaIdentity" @@ -20498,28 +20412,28 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppRelationshipState", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppRelatedAppState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppRelationship", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppRelationship", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20537,40 +20451,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppRelationship", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppRelationship", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppTopMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/getTopMobileApps(status='{status}',count={count})", "Variants": [ "Get", "GetViaIdentity" @@ -20578,25 +20492,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/mobileApps/getTopMobileApps(status='{status}',count={count})" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20614,15 +20528,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses", "Variants": [ "List" ], @@ -20639,15 +20553,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app", "Variants": [ "Get", "GetViaIdentity" @@ -20665,15 +20579,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20691,15 +20605,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", "Variants": [ "List" ], @@ -20716,28 +20630,28 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp1", "Method": "GET", "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatusesApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySet", "Method": "GET", "Command": "Get-MgDeviceAppMgtPolicySet", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}", "Variants": [ "Get", "Get1", @@ -20757,40 +20671,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySet", "Method": "GET", "Command": "Get-MgDeviceAppMgtPolicySet", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/policySets" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySetAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtPolicySetAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20808,15 +20722,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySetAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtPolicySetAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", "Variants": [ "List" ], @@ -20833,15 +20747,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySetItem", "Method": "GET", "Command": "Get-MgDeviceAppMgtPolicySetItem", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20859,15 +20773,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySetItem", "Method": "GET", "Command": "Get-MgDeviceAppMgtPolicySetItem", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", "Variants": [ "List" ], @@ -20884,15 +20798,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSideLoadingKey", "Method": "GET", "Command": "Get-MgDeviceAppMgtSideLoadingKey", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/sideLoadingKeys/{sideLoadingKey-id}", "Variants": [ "Get", "GetViaIdentity" @@ -20922,15 +20836,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/sideLoadingKeys/{sideLoadingKey-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSideLoadingKey", "Method": "GET", "Command": "Get-MgDeviceAppMgtSideLoadingKey", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/sideLoadingKeys", "Variants": [ "List" ], @@ -20959,40 +20873,40 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/sideLoadingKeys" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", "Method": "GET", "Command": "Get-MgDeviceAppMgtSymantecCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21000,50 +20914,50 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Variants": [ "List1" ], @@ -21060,15 +20974,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -21086,15 +21000,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21102,25 +21016,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Variants": [ "List" ], @@ -21137,15 +21051,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Variants": [ "List1" ], @@ -21162,15 +21076,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -21178,25 +21092,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21204,50 +21118,50 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Variants": [ "List1" ], @@ -21264,15 +21178,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -21290,15 +21204,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Variants": [ "Get", "GetViaIdentity" @@ -21316,15 +21230,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Variants": [ "Get1", "GetViaIdentity1" @@ -21342,15 +21256,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Method": "GET", "Command": "Get-MgDeviceAppMgtTask", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21380,15 +21294,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Method": "GET", "Command": "Get-MgDeviceAppMgtTask", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "Variants": [ "List" ], @@ -21417,15 +21331,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppToken2", "Method": "GET", "Command": "Get-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21433,111 +21347,111 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppToken2", "Method": "GET", "Command": "Get-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/vppTokens" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppToken", "Method": "GET", "Command": "Get-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/vppTokens" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppToken", "Method": "GET", "Command": "Get-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -21545,37 +21459,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtVppTokenLicenseForApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", "Variants": [ "Get", "GetViaIdentity" @@ -21583,37 +21497,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21631,15 +21545,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "Variants": [ "List" ], @@ -21656,15 +21570,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21682,15 +21596,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "Variants": [ "List" ], @@ -21707,15 +21621,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", "Method": "GET", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "Variants": [ "Get", "GetViaIdentity" @@ -21733,15 +21647,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21759,40 +21673,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Method": "GET", "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21800,37 +21714,37 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "Variants": [ "List" ], @@ -21859,15 +21773,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21884,16 +21798,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Variants": [ "List" ], @@ -21909,41 +21835,53 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -21961,15 +21899,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "Variants": [ "Get", "GetViaIdentity" @@ -21999,15 +21937,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "Variants": [ "List" ], @@ -22036,15 +21974,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -22074,15 +22012,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections", "Variants": [ "List" ], @@ -22111,15 +22049,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Get", "GetViaIdentity" @@ -22149,15 +22087,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "Variants": [ "List" ], @@ -22186,15 +22124,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -22224,184 +22162,184 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsManagementApp", "Method": "GET", "Command": "Get-MgDeviceAppMgtWindowManagementApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagementApp", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsManagementApp" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDeviceById", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/devices/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDeviceById", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/devices/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgDeviceCommand", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands/{command-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgDeviceCommand", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/devices/{device-id}/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceCommandResponsepayload", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", "Command": "Get-MgDeviceDelta", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/delta", "Variants": [ "Delta" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDevice", "Method": "GET", "Command": "Get-MgDeviceDelta", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/delta", "Variants": [ "Delta1" ], @@ -22424,236 +22362,175 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/devices/delta" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagement1", "Method": "GET", "Command": "Get-MgDeviceManagement", + "Module": "DeviceManagement", + "Uri": "/deviceManagement", "Variants": [ "Get" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - }, - { - "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagement", "Method": "GET", "Command": "Get-MgDeviceManagement", + "Module": "DeviceManagement", + "Uri": "/deviceManagement", "Variants": [ "Get1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Method": "GET", "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -22671,40 +22548,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Method": "GET", "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -22722,40 +22599,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "Variants": [ "Get", "GetViaIdentity" @@ -22773,40 +22650,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -22824,15 +22701,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", "Variants": [ "List" ], @@ -22849,15 +22726,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAndroidForWorkSettings", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidForWorkSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidForWorkSettings", "Variants": [ "Get" ], @@ -22874,15 +22751,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/androidForWorkSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "Variants": [ "Get" ], @@ -22899,15 +22776,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "Variants": [ "Get", "GetViaIdentity" @@ -22925,15 +22802,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Method": "GET", "Command": "Get-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", "Variants": [ "List" ], @@ -22950,15 +22827,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Method": "GET", "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/applePushNotificationCertificate", "Variants": [ "Get" ], @@ -22975,40 +22852,40 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/applePushNotificationCertificate" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Method": "GET", "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/applePushNotificationCertificate", "Variants": [ "Get1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/applePushNotificationCertificate" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23026,15 +22903,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "Variants": [ "List" ], @@ -23051,15 +22928,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23067,25 +22944,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "Variants": [ "List" ], @@ -23102,15 +22979,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", "Method": "GET", "Command": "Get-MgDeviceManagementAssignedRoleDetail", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getAssignedRoleDetails", "Variants": [ "Get" ], @@ -23139,15 +23016,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/getAssignedRoleDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Method": "GET", "Command": "Get-MgDeviceManagementAssignmentFilter", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23165,15 +23042,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Method": "GET", "Command": "Get-MgDeviceManagementAssignmentFilter", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/assignmentFilters", "Variants": [ "List" ], @@ -23190,15 +23067,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/assignmentFilters" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Method": "GET", "Command": "Get-MgDeviceManagementAssignmentFilterPlatformSupportedProperty", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", "Variants": [ "Get", "GetViaIdentity" @@ -23216,15 +23093,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementAssignmentFilterState", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/assignmentFilters/getState", "Variants": [ "Get" ], @@ -23241,15 +23118,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/assignmentFilters/getState" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", "Method": "POST", "Command": "Get-MgDeviceManagementAssignmentFilterStatusDetail", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", "Variants": [ "Get", "GetExpanded" @@ -23267,15 +23144,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Method": "GET", "Command": "Get-MgDeviceManagementAssignmentFilterSupportedProperty", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", "Variants": [ "Get", "GetViaIdentity" @@ -23283,25 +23160,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphAuditEvent", "Method": "GET", "Command": "Get-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -23309,25 +23186,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphAuditEvent", "Method": "GET", "Command": "Get-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents", "Variants": [ "List" ], @@ -23344,40 +23221,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/auditEvents" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphAuditEvent1", "Method": "GET", "Command": "Get-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/auditEvents" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphAuditEvent1", "Method": "GET", "Command": "Get-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23385,25 +23262,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "Variants": [ "Get", "GetViaIdentity" @@ -23421,15 +23298,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -23447,65 +23324,65 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/auditEvents/getAuditCategories", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/auditEvents/getAuditCategories" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/auditEvents/getAuditCategories", "Variants": [ "Get1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/auditEvents/getAuditCategories" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Method": "GET", "Command": "Get-MgDeviceManagementAutopilotEvent", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23523,15 +23400,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Method": "GET", "Command": "Get-MgDeviceManagementAutopilotEvent", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents", "Variants": [ "List" ], @@ -23548,15 +23425,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/autopilotEvents" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Method": "GET", "Command": "Get-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23564,25 +23441,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Method": "GET", "Command": "Get-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "Variants": [ "List" ], @@ -23599,15 +23476,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCartToClassAssociation", "Method": "GET", "Command": "Get-MgDeviceManagementCartToClassAssociation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23625,40 +23502,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCartToClassAssociation", "Method": "GET", "Command": "Get-MgDeviceManagementCartToClassAssociation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/cartToClassAssociations", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/cartToClassAssociations" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Method": "GET", "Command": "Get-MgDeviceManagementCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23676,15 +23553,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Method": "GET", "Command": "Get-MgDeviceManagementCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories", "Variants": [ "List" ], @@ -23701,15 +23578,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/categories" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementCategorySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23727,40 +23604,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementCategorySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphKeyLongValuePair", "Method": "POST", "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetric", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", "Variants": [ "Get", "GetExpanded", @@ -23770,25 +23647,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", "Method": "POST", "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", "Variants": [ "Get", "GetExpanded", @@ -23808,15 +23685,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "Variants": [ "Get", "GetViaIdentity" @@ -23846,191 +23723,191 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/comanagedDevices" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceCloudPcRemoteActionResult", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceCloudPcReviewStatus", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceFileVaultKey", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", "Variants": [ "Get", "GetViaIdentity" @@ -24060,78 +23937,78 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceNonCompliantSetting", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphOemWarranty", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceOemWarranty", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getOemWarranty", "Variants": [ "Get", "GetViaIdentity" @@ -24161,78 +24038,78 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getOemWarranty" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceRemoteHelpSession", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphComanagedDevicesSummary", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceSummary", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getComanagedDevicesSummary", "Variants": [ "Get" ], @@ -24261,65 +24138,65 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/getComanagedDevicesSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceUser", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsProtectionState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Method": "GET", "Command": "Get-MgDeviceManagementComanagementEligibleDevice", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "Variants": [ "Get", "GetViaIdentity" @@ -24349,52 +24226,52 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Method": "GET", "Command": "Get-MgDeviceManagementComanagementEligibleDevice", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/comanagementEligibleDevices", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/comanagementEligibleDevices" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", "Method": "GET", "Command": "Get-MgDeviceManagementComanagementEligibleDeviceSummary", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", "Variants": [ "Get" ], @@ -24423,15 +24300,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Variants": [ "Get", "GetViaIdentity" @@ -24461,15 +24338,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners", "Variants": [ "List" ], @@ -24498,15 +24375,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComplianceManagementPartner1", "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners", "Variants": [ "List1" ], @@ -24535,15 +24412,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComplianceManagementPartner1", "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -24573,15 +24450,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -24599,15 +24476,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies", "Variants": [ "List" ], @@ -24624,15 +24501,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/compliancePolicies" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -24640,25 +24517,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", "Variants": [ "List" ], @@ -24675,15 +24552,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "Variants": [ "Get", "GetViaIdentity" @@ -24701,15 +24578,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", "Variants": [ "List" ], @@ -24726,15 +24603,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -24752,40 +24629,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "Variants": [ "Get", "GetViaIdentity" @@ -24793,25 +24670,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", "Variants": [ "List" ], @@ -24828,40 +24705,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementComplianceSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -24869,50 +24746,50 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementComplianceSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/complianceSettings", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/complianceSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Method": "GET", "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/conditionalAccessSettings", "Variants": [ "Get" ], @@ -24941,52 +24818,52 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/conditionalAccessSettings" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Method": "GET", "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/conditionalAccessSettings", "Variants": [ "Get1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/conditionalAccessSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", "Method": "GET", "Command": "Get-MgDeviceManagementConfigManagerCollectionPolicySummary", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", "Variants": [ "Get", "GetViaIdentity" @@ -25016,15 +24893,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25042,15 +24919,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies", "Variants": [ "List" ], @@ -25067,15 +24944,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicies" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25093,15 +24970,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "Variants": [ "List" ], @@ -25118,15 +24995,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25144,40 +25021,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25195,15 +25072,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "Variants": [ "List" ], @@ -25220,15 +25097,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25246,15 +25123,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates", "Variants": [ "List" ], @@ -25271,15 +25148,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicyTemplates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25297,15 +25174,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", "Variants": [ "List" ], @@ -25322,15 +25199,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25348,15 +25225,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", "Variants": [ "List" ], @@ -25373,15 +25250,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25399,15 +25276,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementConfigurationSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationSettings", "Variants": [ "List" ], @@ -25424,15 +25301,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/configurationSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDataSharingConsent", "Method": "GET", "Command": "Get-MgDeviceManagementDataSharingConsent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25456,46 +25333,46 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDataSharingConsent", "Method": "GET", "Command": "Get-MgDeviceManagementDataSharingConsent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/dataSharingConsents" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25503,25 +25380,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings", "Variants": [ "List" ], @@ -25538,15 +25415,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -25564,15 +25441,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -25590,15 +25467,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", "Variants": [ "Get", "GetViaIdentity" @@ -25616,15 +25493,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25632,25 +25509,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "Variants": [ "List" ], @@ -25667,15 +25544,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSettingExpiringVppTokenCount", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", "Variants": [ "Get", "GetViaIdentity" @@ -25693,15 +25570,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25709,25 +25586,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "Variants": [ "List" ], @@ -25744,40 +25621,40 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Method": "GET", "Command": "Get-MgDeviceManagementDerivedCredentials", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Method": "GET", "Command": "Get-MgDeviceManagementDerivedCredentials", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/derivedCredentials", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/derivedCredentials" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", "Command": "Get-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25785,25 +25662,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", "Command": "Get-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps", "Variants": [ "List" ], @@ -25820,19 +25697,31 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/detectedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp", "Method": "GET", "Command": "Get-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps", "Variants": [ "List1" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementManagedDevices.Read.All", "Description": "Read devices Microsoft Intune devices", @@ -25845,20 +25734,32 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/detectedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp", "Method": "GET", "Command": "Get-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementManagedDevices.Read.All", "Description": "Read devices Microsoft Intune devices", @@ -25871,66 +25772,53 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "Variants": [ "Get", "GetViaIdentity" ], - "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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "Variants": [ "List1" ], @@ -25947,41 +25835,28 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -25989,76 +25864,39 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategory", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/deviceCategories" - }, - { - "ApiVersion": "v1.0", "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories", "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -26085,53 +25923,65 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCategories" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCategory", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories", "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Variants": [ + "Get1", + "GetViaIdentity1" ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -26139,25 +25989,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies", "Variants": [ "List" ], @@ -26174,15 +26024,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies", "Variants": [ "List1" ], @@ -26199,15 +26049,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -26225,15 +26075,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -26251,65 +26101,65 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -26317,50 +26167,50 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -26378,15 +26228,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Variants": [ "List" ], @@ -26403,40 +26253,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -26454,40 +26304,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get1" ], @@ -26504,15 +26354,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -26530,65 +26380,65 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -26596,25 +26446,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" @@ -26632,15 +26482,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Variants": [ "Get1", "GetViaIdentity1" @@ -26648,38 +26498,38 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Variants": [ "Get", "GetViaIdentity" @@ -26697,15 +26547,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Variants": [ "List" ], @@ -26722,40 +26572,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -26763,25 +26613,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -26799,15 +26649,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Variants": [ "List" ], @@ -26824,15 +26674,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Variants": [ "List1" ], @@ -26849,15 +26699,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -26875,15 +26725,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -26901,15 +26751,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Variants": [ "List" ], @@ -26926,15 +26776,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Variants": [ "List1" ], @@ -26951,15 +26801,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -26967,25 +26817,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27003,65 +26853,65 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -27079,15 +26929,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27105,65 +26955,65 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -27171,25 +27021,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Variants": [ "Get", "GetViaIdentity" @@ -27197,25 +27047,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Variants": [ "Get1", "GetViaIdentity1" @@ -27233,15 +27083,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27259,15 +27109,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations", "Variants": [ "List" ], @@ -27284,15 +27134,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations", "Variants": [ "List1" ], @@ -27309,15 +27159,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -27335,15 +27185,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27351,25 +27201,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Variants": [ "List" ], @@ -27386,40 +27236,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -27437,15 +27287,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27463,15 +27313,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", "Variants": [ "List" ], @@ -27488,15 +27338,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurationConflictSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27514,40 +27364,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Variants": [ "List1" ], @@ -27564,15 +27414,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -27590,65 +27440,65 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Variants": [ "Get1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27666,15 +27516,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Variants": [ "List" ], @@ -27691,15 +27541,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Variants": [ "List1" ], @@ -27716,15 +27566,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -27732,25 +27582,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" @@ -27768,15 +27618,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Variants": [ "Get1", "GetViaIdentity1" @@ -27794,15 +27644,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27810,25 +27660,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", "Variants": [ "List" ], @@ -27845,15 +27695,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", "Variants": [ "Get", "GetViaIdentity" @@ -27871,15 +27721,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", "Variants": [ "Get" ], @@ -27896,15 +27746,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -27922,40 +27772,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", "Variants": [ "Get", "GetViaIdentity" @@ -27973,15 +27823,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -27999,15 +27849,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -28025,15 +27875,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "Variants": [ "List" ], @@ -28050,28 +27900,28 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", "Method": "POST", "Command": "Get-MgDeviceManagementDeviceConfigurationTargetedUserAndDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "Variants": [ "Get" ], @@ -28088,15 +27938,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -28114,15 +27964,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Variants": [ "List" ], @@ -28139,15 +27989,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Variants": [ "List1" ], @@ -28164,15 +28014,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -28190,15 +28040,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Variants": [ "Get", "GetViaIdentity" @@ -28216,15 +28066,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Variants": [ "Get1", "GetViaIdentity1" @@ -28232,25 +28082,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -28258,37 +28108,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Variants": [ "List1" ], @@ -28317,15 +28167,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Variants": [ "List" ], @@ -28354,15 +28204,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -28392,15 +28242,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -28408,37 +28258,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Variants": [ "List1" ], @@ -28467,52 +28317,52 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -28542,15 +28392,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScript", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "Variants": [ "Get", "GetViaIdentity" @@ -28568,15 +28418,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScript", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts", "Variants": [ "List" ], @@ -28593,15 +28443,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -28619,40 +28469,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -28660,25 +28510,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "Variants": [ "List" ], @@ -28695,15 +28545,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", "Variants": [ "Get", "GetViaIdentity" @@ -28733,15 +28583,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", "Variants": [ "Get", "GetViaIdentity" @@ -28759,15 +28609,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationHistory", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", "Variants": [ "Get", "GetViaIdentity" @@ -28785,40 +28635,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationSummary", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceHealthScriptRunSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "Variants": [ "Get", "GetViaIdentity" @@ -28826,25 +28676,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceShellScript", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "Variants": [ "Get", "GetViaIdentity" @@ -28852,77 +28702,39 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceShellScript", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScript", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/deviceShellScripts" - }, - { - "ApiVersion": "beta", "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -28949,17 +28761,18 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -28986,15 +28799,52 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments" + ] }, { "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment", "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29024,15 +28874,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "Variants": [ "List" ], @@ -29061,28 +28911,28 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29112,52 +28962,52 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptRunSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", "Variants": [ "Get", "GetViaIdentity" @@ -29165,37 +29015,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29203,37 +29053,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "Variants": [ "List" ], @@ -29262,40 +29112,40 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Method": "GET", "Command": "Get-MgDeviceManagementDomainJoinConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29303,25 +29153,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Method": "GET", "Command": "Get-MgDeviceManagementDomainJoinConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/domainJoinConnectors", "Variants": [ "List" ], @@ -29338,68 +29188,42 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/domainJoinConnectors" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementEffectivePermission", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getEffectivePermissions", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "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 - }, - { - "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 - } - ], - "Uri": "/deviceManagement/getEffectivePermissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphRolePermission", "Method": "GET", "Command": "Get-MgDeviceManagementEffectivePermission", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", "Variants": [ "Get2", "GetViaIdentity1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Method": "GET", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29407,25 +29231,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Method": "GET", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "Variants": [ "List" ], @@ -29442,15 +29266,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29458,25 +29282,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "Variants": [ "List" ], @@ -29493,15 +29317,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29509,25 +29333,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", "Variants": [ "List" ], @@ -29544,15 +29368,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -29582,15 +29406,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors", "Variants": [ "List1" ], @@ -29619,15 +29443,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors", "Variants": [ "List" ], @@ -29656,15 +29480,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29694,15 +29518,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Method": "GET", "Command": "Get-MgDeviceManagementExchangeOnPremisPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "Variants": [ "Get", "Get1", @@ -29733,41 +29557,41 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Method": "GET", "Command": "Get-MgDeviceManagementExchangeOnPremisPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Method": "GET", "Command": "Get-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29785,116 +29609,116 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyCategories" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyCategoryParent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29902,50 +29726,50 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -29963,15 +29787,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", "Variants": [ "List" ], @@ -29988,15 +29812,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30014,40 +29838,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", "Variants": [ "Get", "GetViaIdentity" @@ -30055,25 +29879,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30081,25 +29905,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", "Variants": [ "List" ], @@ -30116,15 +29940,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30142,15 +29966,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions", "Variants": [ "List" ], @@ -30167,28 +29991,28 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "Variants": [ "Get", "Get1", @@ -30208,398 +30032,398 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentationDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30617,15 +30441,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports", "Variants": [ "List" ], @@ -30642,15 +30466,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyMigrationReports" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30658,50 +30482,50 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30719,15 +30543,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", "Variants": [ "List" ], @@ -30744,15 +30568,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyObjectFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30760,50 +30584,50 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyObjectFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyObjectFiles", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyObjectFiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30811,25 +30635,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", "Variants": [ "List" ], @@ -30846,40 +30670,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Method": "GET", "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementImportedDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "Variants": [ "Get", "GetViaIdentity" @@ -30897,15 +30721,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementImportedDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedDeviceIdentities", "Variants": [ "List" ], @@ -30922,15 +30746,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/importedDeviceIdentities" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -30948,15 +30772,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Variants": [ "List1" ], @@ -30973,15 +30797,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Variants": [ "List" ], @@ -30998,15 +30822,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31024,15 +30848,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "GET", "Command": "Get-MgDeviceManagementIntent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31050,40 +30874,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "GET", "Command": "Get-MgDeviceManagementIntent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/intents" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementIntentAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31091,25 +30915,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementIntentAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", "Variants": [ "List" ], @@ -31126,15 +30950,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Method": "GET", "Command": "Get-MgDeviceManagementIntentCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31152,15 +30976,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Method": "GET", "Command": "Get-MgDeviceManagementIntentCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", "Variants": [ "List" ], @@ -31177,15 +31001,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementIntentCategorySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31203,15 +31027,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementIntentCategorySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", "Variants": [ "List" ], @@ -31228,15 +31052,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31244,25 +31068,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", "Variants": [ "List" ], @@ -31279,15 +31103,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementIntentDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31305,40 +31129,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementIntentDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementIntentDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "Variants": [ "Get", "GetViaIdentity" @@ -31356,15 +31180,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementIntentSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31382,15 +31206,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementIntentSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", "Variants": [ "List" ], @@ -31407,15 +31231,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Method": "GET", "Command": "Get-MgDeviceManagementIntentUserState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31433,15 +31257,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Method": "GET", "Command": "Get-MgDeviceManagementIntentUserState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", "Variants": [ "List" ], @@ -31458,15 +31282,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementIntentUserStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "Variants": [ "Get", "GetViaIdentity" @@ -31474,25 +31298,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Method": "GET", "Command": "Get-MgDeviceManagementIntuneBrandingProfile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31510,15 +31334,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Method": "GET", "Command": "Get-MgDeviceManagementIntuneBrandingProfile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles", "Variants": [ "List" ], @@ -31535,15 +31359,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intuneBrandingProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31561,15 +31385,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", "Variants": [ "List" ], @@ -31586,15 +31410,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31602,25 +31426,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses", "Variants": [ "List" ], @@ -31637,15 +31461,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/iosUpdateStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses", "Variants": [ "List1" ], @@ -31662,15 +31486,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/iosUpdateStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -31688,15 +31512,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Method": "GET", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31714,15 +31538,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Method": "GET", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", "Variants": [ "List" ], @@ -31739,15 +31563,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Method": "GET", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31765,40 +31589,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Method": "GET", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -31816,45 +31640,57 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Method": "GET", "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementManagedDevices.Read.All", "Description": "Read devices Microsoft Intune devices", @@ -31867,15 +31703,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices", "Variants": [ "List" ], @@ -31892,15 +31728,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices", "Variants": [ "List1" ], @@ -31917,15 +31753,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -31943,66 +31779,66 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCategory", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCloudPcRemoteActionResult", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", "Variants": [ "Get", "GetViaIdentity" @@ -32012,15 +31848,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCloudPcReviewStatus", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" @@ -32038,140 +31874,140 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -32189,15 +32025,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates", "Variants": [ "List" ], @@ -32214,15 +32050,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceFileVaultKey", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", "Variants": [ "Get", "GetViaIdentity" @@ -32252,78 +32088,78 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceNonCompliantSetting", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphOemWarranty", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceOemWarranty", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getOemWarranty", "Variants": [ "Get", "GetViaIdentity" @@ -32353,15 +32189,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getOemWarranty" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceOverview1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDeviceOverview", "Variants": [ "Get" ], @@ -32378,15 +32214,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDeviceOverview" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceOverview", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDeviceOverview", "Variants": [ "Get1" ], @@ -32403,140 +32239,140 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDeviceOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceRemoteHelpSession", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceUser", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceUser", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsProtectionState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -32554,15 +32390,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelConfigurations", "Variants": [ "List" ], @@ -32579,15 +32415,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelConfigurations" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "Variants": [ "Get", "GetViaIdentity" @@ -32595,25 +32431,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", "Variants": [ "List" ], @@ -32630,15 +32466,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "Variants": [ "Get", "GetViaIdentity" @@ -32656,15 +32492,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", "Variants": [ "List" ], @@ -32681,15 +32517,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelSite", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "Variants": [ "Get", "GetViaIdentity" @@ -32707,15 +32543,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelSite", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites", "Variants": [ "List" ], @@ -32732,15 +32568,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelSites" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" @@ -32758,15 +32594,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "Variants": [ "Get", "GetViaIdentity" @@ -32784,40 +32620,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Method": "GET", "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphKeyLongValuePair", "Method": "POST", "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", "Variants": [ "Get", "GetExpanded", @@ -32827,25 +32663,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", "Method": "POST", "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", "Variants": [ "Get", "GetExpanded", @@ -32865,40 +32701,40 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -32928,15 +32764,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Variants": [ "List" ], @@ -32965,15 +32801,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Variants": [ "Get", "GetViaIdentity" @@ -33003,15 +32839,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Variants": [ "List" ], @@ -33040,52 +32876,52 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -33093,62 +32929,62 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", "Method": "GET", "Command": "Get-MgDeviceManagementMonitoringAlertRecordPortalNotification", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", "Variants": [ "Get" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphNdesConnector", "Method": "GET", "Command": "Get-MgDeviceManagementNdeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "Variants": [ "Get", "GetViaIdentity" @@ -33156,50 +32992,50 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphNdesConnector", "Method": "GET", "Command": "Get-MgDeviceManagementNdeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/ndesConnectors", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/ndesConnectors" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphNotificationMessageTemplate1", "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -33207,25 +33043,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphNotificationMessageTemplate1", "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates", "Variants": [ "List1" ], @@ -33242,40 +33078,40 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/notificationMessageTemplates" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/notificationMessageTemplates" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -33283,25 +33119,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -33309,25 +33145,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Variants": [ "List1" ], @@ -33344,15 +33180,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Variants": [ "List" ], @@ -33369,15 +33205,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -33395,15 +33231,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Method": "GET", "Command": "Get-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Variants": [ "Get", "GetViaIdentity" @@ -33433,15 +33269,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Method": "GET", "Command": "Get-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners", "Variants": [ "List" ], @@ -33470,15 +33306,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementPartner1", "Method": "GET", "Command": "Get-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners", "Variants": [ "List1" ], @@ -33507,15 +33343,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementPartner1", "Method": "GET", "Command": "Get-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -33545,15 +33381,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphRemoteActionAudit", "Method": "GET", "Command": "Get-MgDeviceManagementRemoteActionAudit", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "Variants": [ "Get", "GetViaIdentity" @@ -33583,15 +33419,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphRemoteActionAudit", "Method": "GET", "Command": "Get-MgDeviceManagementRemoteActionAudit", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/remoteActionAudits", "Variants": [ "List" ], @@ -33620,20 +33456,32 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/remoteActionAudits" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementServiceConfig.Read.All", "Description": "Read Microsoft Intune configuration", @@ -33646,19 +33494,31 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners", "Variants": [ "List" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementServiceConfig.Read.All", "Description": "Read Microsoft Intune configuration", @@ -33671,45 +33531,57 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/remoteAssistancePartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/remoteAssistancePartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementServiceConfig.Read.All", "Description": "Read Microsoft Intune configuration", @@ -33722,15 +33594,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphDeviceManagementReports1", "Method": "GET", "Command": "Get-MgDeviceManagementReport", + "Module": "Reports", + "Uri": "/deviceManagement/reports", "Variants": [ "Get" ], @@ -33770,117 +33642,129 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": 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 + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphDeviceManagementReports", "Method": "GET", "Command": "Get-MgDeviceManagementReport", + "Module": "Reports", + "Uri": "/deviceManagement/reports", "Variants": [ "Get1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportActiveMalwareReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getActiveMalwareReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getActiveMalwareReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportActiveMalwareSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportAppInstallSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportAppStatusOverviewReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getAppStatusOverviewReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCachedReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCachedReport", "Variants": [ "Get", "GetExpanded" @@ -33922,15 +33806,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getCachedReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCachedReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCachedReport", "Variants": [ "Get1", "GetExpanded1" @@ -33972,15 +33856,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getCachedReport" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementReportCachedReportConfiguration", + "Module": "Reports", + "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -33988,124 +33872,124 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Method": "GET", "Command": "Get-MgDeviceManagementReportCachedReportConfiguration", + "Module": "Reports", + "Uri": "/deviceManagement/reports/cachedReportConfigurations", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/cachedReportConfigurations" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyDeviceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyDeviceSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" @@ -34147,15 +34031,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "Variants": [ "Get1", "GetExpanded1" @@ -34163,49 +34047,49 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" @@ -34247,15 +34131,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", "Variants": [ "Get1", "GetExpanded1" @@ -34297,41 +34181,41 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyReportForDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportComplianceSettingDetailReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" @@ -34373,15 +34257,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", "Variants": [ "Get1", "GetExpanded1" @@ -34389,101 +34273,101 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportComplianceSettingReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getComplianceSettingsReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getComplianceSettingsReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigManagerDevicePolicyStatusReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" @@ -34491,149 +34375,49 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport" - }, - { - "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport" - }, - { - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", "Variants": [ "Get1", "GetExpanded1" @@ -34675,54 +34459,154 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport" + ] }, { "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "Variants": [ + "Get1", + "GetExpanded1" + ], + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyReportForDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationSettingDetailReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" @@ -34764,15 +34648,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "Variants": [ "Get1", "GetExpanded1" @@ -34814,67 +34698,67 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationSettingReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationSettingsReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicyStatusSummary", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceInstallStatusReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "Variants": [ "Get", "GetExpanded" @@ -34916,15 +34800,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "Variants": [ "Get1", "GetExpanded1" @@ -34966,15 +34850,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "Variants": [ "Get", "GetExpanded" @@ -34982,49 +34866,49 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "Variants": [ "Get1", "GetExpanded1" @@ -35066,15 +34950,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "Variants": [ "Get", "GetExpanded" @@ -35082,49 +34966,49 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "Variants": [ "Get1", "GetExpanded1" @@ -35166,41 +35050,41 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportEncryptionReportForDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getEncryptionReportForDevices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportEnrollmentConfigurationPolicyByDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJob", + "Module": "Reports", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "Variants": [ "Get", "GetViaIdentity" @@ -35242,66 +35126,17 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}" - }, - { - "ApiVersion": "beta", - "Module": "Reports", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Method": "GET", - "Command": "Get-MgDeviceManagementReportExportJob", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/reports/exportJobs" + ] }, { - "ApiVersion": "v1.0", - "Module": "Reports", + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJob", + "Module": "Reports", + "Uri": "/deviceManagement/reports/exportJobs", "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -35340,18 +35175,17 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/exportJobs" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJob", + "Module": "Reports", + "Uri": "/deviceManagement/reports/exportJobs", "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], "Permissions": [ { @@ -35390,41 +35224,91 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJob", + "Module": "Reports", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "Variants": [ + "Get1", + "GetViaIdentity1" ], - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportFailedMobileAppReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getFailedMobileAppsReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportFailedMobileAppSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportFilter", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getReportFilters", "Variants": [ "Get", "GetExpanded" @@ -35466,15 +35350,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getReportFilters" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportFilter", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getReportFilters", "Variants": [ "Get1", "GetExpanded1" @@ -35516,15 +35400,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getReportFilters" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", "Variants": [ "Get", "GetExpanded" @@ -35542,15 +35426,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportHistoricalReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getHistoricalReport", "Variants": [ "Get", "GetExpanded" @@ -35592,15 +35476,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getHistoricalReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportHistoricalReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getHistoricalReport", "Variants": [ "Get1", "GetExpanded1" @@ -35642,28 +35526,28 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getHistoricalReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportMalwareSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getMalwareSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getMalwareSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", "Variants": [ "Get", "GetExpanded" @@ -35693,15 +35577,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", "Variants": [ "Get", "GetExpanded" @@ -35731,15 +35615,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "Variants": [ "Get", "GetExpanded" @@ -35747,49 +35631,49 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "Variants": [ "Get1", "GetExpanded1" @@ -35797,49 +35681,149 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport" + ] }, { "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "Variants": [ + "Get1", + "GetExpanded1" + ], + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" @@ -35881,115 +35865,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata" - }, - { - "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport" - }, - { - "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "Variants": [ "Get1", "GetExpanded1" @@ -35997,49 +35881,49 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" @@ -36081,15 +35965,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "Variants": [ "Get1", "GetExpanded1" @@ -36131,54 +36015,54 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportQuietTimePolicyUserReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportQuietTimePolicyUserSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportRelatedAppStatusReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportRemoteAssistanceSessionReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", "Variants": [ "Get", "GetExpanded" @@ -36208,15 +36092,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" @@ -36258,15 +36142,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "Variants": [ "Get1", "GetExpanded1" @@ -36308,119 +36192,119 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportUnhealthyDefenderAgentReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportUnhealthyFirewallReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportUnhealthyFirewallSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportUserInstallStatusReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getUserInstallStatusReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getUserInstallStatusReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportWindowQualityUpdateAlertPerPolicyPerDeviceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportWindowQualityUpdateAlertSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportWindowUpdateAlertPerPolicyPerDeviceReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportWindowUpdateAlertSummaryReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementReportZebraFotaDeploymentReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", "Variants": [ "Get", "GetExpanded" @@ -36438,15 +36322,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Method": "GET", "Command": "Get-MgDeviceManagementResourceAccessProfile", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "Variants": [ "Get", "GetViaIdentity" @@ -36464,40 +36348,40 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Method": "GET", "Command": "Get-MgDeviceManagementResourceAccessProfile", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/resourceAccessProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -36505,50 +36389,50 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphResourceOperation", "Method": "GET", "Command": "Get-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -36556,29 +36440,41 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphResourceOperation", "Method": "GET", "Command": "Get-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations", "Variants": [ "List" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementRBAC.Read.All", "Description": "Read Microsoft Intune RBAC settings", @@ -36591,40 +36487,40 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/resourceOperations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphResourceOperation1", "Method": "GET", "Command": "Get-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/resourceOperations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphResourceOperation1", "Method": "GET", "Command": "Get-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -36632,25 +36528,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementResourceOperationScopeForUser", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", "Variants": [ "Get", "GetViaIdentity" @@ -36680,15 +36576,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementReusableSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -36696,25 +36592,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementReusableSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/reusableSettings", "Variants": [ "List" ], @@ -36731,15 +36627,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/reusableSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -36757,15 +36653,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments", "Variants": [ "List" ], @@ -36782,40 +36678,40 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -36833,40 +36729,40 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleDefinition1", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -36884,19 +36780,31 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleDefinition1", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions", "Variants": [ "List" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementRBAC.Read.All", "Description": "Read Microsoft Intune RBAC settings", @@ -36909,19 +36817,31 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleDefinitions" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions", "Variants": [ "List1" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementRBAC.Read.All", "Description": "Read Microsoft Intune RBAC settings", @@ -36934,15 +36854,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleDefinitions" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -36950,25 +36870,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -36976,54 +36896,66 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Variants": [ "List1" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementRBAC.Read.All", "Description": "Read Microsoft Intune RBAC settings", @@ -37036,20 +36968,32 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, { "Name": "DeviceManagementRBAC.Read.All", "Description": "Read Microsoft Intune RBAC settings", @@ -37062,15 +37006,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleDefinition1", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" @@ -37078,25 +37022,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "Variants": [ "Get1", "GetViaIdentity1" @@ -37114,15 +37058,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", "Command": "Get-MgDeviceManagementRoleScopeTag", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37152,15 +37096,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", "Command": "Get-MgDeviceManagementRoleScopeTag", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags", "Variants": [ "List" ], @@ -37189,104 +37133,104 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleScopeTags" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementRoleScopeTagAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementRoleScopeTagAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", "Command": "Get-MgDeviceManagementRoleScopeTagById", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "GET", "Command": "Get-MgDeviceManagementRoleScopeTagByResource", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "POST", "Command": "Get-MgDeviceManagementRoleScopeTagRoleScopeTagById", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScript", "Method": "GET", "Command": "Get-MgDeviceManagementScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScript", "Method": "GET", "Command": "Get-MgDeviceManagementScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37294,37 +37238,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "Variants": [ "List" ], @@ -37353,15 +37297,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37391,15 +37335,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "Variants": [ "List" ], @@ -37428,15 +37372,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgDeviceManagementScriptDeviceRunStateManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", "Variants": [ "Get", "GetViaIdentity" @@ -37466,15 +37410,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37504,15 +37448,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "Variants": [ "List" ], @@ -37541,15 +37485,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Method": "GET", "Command": "Get-MgDeviceManagementScriptRunSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", "Variants": [ "Get", "GetViaIdentity" @@ -37579,15 +37523,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "GET", "Command": "Get-MgDeviceManagementScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37595,37 +37539,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "GET", "Command": "Get-MgDeviceManagementScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "Variants": [ "List" ], @@ -37654,15 +37598,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37692,15 +37636,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "GET", "Command": "Get-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Variants": [ "List" ], @@ -37729,15 +37673,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37745,75 +37689,75 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "GET", "Command": "Get-MgDeviceManagementSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/settingDefinitions", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/settingDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Method": "GET", "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/softwareUpdateStatusSummary", "Variants": [ "Get1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/softwareUpdateStatusSummary" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Method": "GET", "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/softwareUpdateStatusSummary", "Variants": [ "Get" ], @@ -37830,15 +37774,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/softwareUpdateStatusSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementSuggestedEnrollmentLimit", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", "Variants": [ "Get", "GetViaIdentity" @@ -37856,15 +37800,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37872,25 +37816,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Variants": [ "List" ], @@ -37907,40 +37851,40 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -37948,25 +37892,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -37974,50 +37918,50 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/templates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38035,15 +37979,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", "Variants": [ "List" ], @@ -38060,15 +38004,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38086,15 +38030,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Variants": [ "List" ], @@ -38111,15 +38055,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateMigratableTo", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "Variants": [ "Get", "GetViaIdentity" @@ -38137,115 +38081,115 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateMigratableTo", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateMigratableToCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateMigratableToCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateMigratableToSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateMigratableToSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38263,15 +38207,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "GET", "Command": "Get-MgDeviceManagementTemplateSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "Variants": [ "List" ], @@ -38288,15 +38232,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementTenantAttachRbacState", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/tenantAttachRBAC/getState", "Variants": [ "Get" ], @@ -38325,15 +38269,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/tenantAttachRBAC/getState" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38341,25 +38285,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions", "Variants": [ "List" ], @@ -38376,15 +38320,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions1", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions", "Variants": [ "List1" ], @@ -38401,15 +38345,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions1", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -38417,25 +38361,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38453,15 +38397,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Variants": [ "List" ], @@ -38478,15 +38422,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Variants": [ "List1" ], @@ -38503,15 +38447,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -38519,25 +38463,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "Variants": [ "Get", "GetViaIdentity" @@ -38555,15 +38499,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions1", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "Variants": [ "Get1", "GetViaIdentity1" @@ -38581,15 +38525,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38597,25 +38541,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Variants": [ "List" ], @@ -38632,15 +38576,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Variants": [ "List1" ], @@ -38657,15 +38601,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -38683,15 +38627,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38709,40 +38653,40 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", "Variants": [ "Get", "GetViaIdentity" @@ -38750,25 +38694,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -38786,15 +38730,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents", "Variants": [ "List1" ], @@ -38811,15 +38755,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/troubleshootingEvents" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents", "Variants": [ "List" ], @@ -38836,15 +38780,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/troubleshootingEvents" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38852,25 +38796,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "Variants": [ "Get", "GetViaIdentity" @@ -38878,77 +38822,39 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly" - }, - { - "ApiVersion": "beta", "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -38975,127 +38881,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice" - }, - { - "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}" - }, - { - "ApiVersion": "beta", "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance" - }, - { - "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39125,15 +38919,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "Variants": [ "List" ], @@ -39162,15 +38956,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39178,37 +38972,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "Variants": [ "List" ], @@ -39237,15 +39031,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39275,15 +39069,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "Variants": [ "List" ], @@ -39312,15 +39106,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39350,15 +39144,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "Variants": [ "List" ], @@ -39387,15 +39181,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39403,74 +39197,74 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39500,52 +39294,52 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39575,15 +39369,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "List" ], @@ -39612,15 +39406,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39628,37 +39422,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "List" ], @@ -39687,77 +39481,90 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}" - }, - { - "ApiVersion": "beta", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -39765,37 +39572,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "List" ], @@ -39824,18 +39631,17 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], "Permissions": [ { @@ -39862,19 +39668,81 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Variants": [ + "Get", + "GetViaIdentity" ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics" + "Permissions": [] }, { "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "Variants": [ + "List" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39900,15 +39768,53 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics" + ] }, { "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", "Variants": [ "Get", "GetViaIdentity" @@ -39938,15 +39844,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", "Variants": [ "Get", "GetViaIdentity" @@ -39976,15 +39882,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "Variants": [ "Get", "GetViaIdentity" @@ -40014,15 +39920,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "Variants": [ "Get", "GetViaIdentity" @@ -40052,15 +39958,53 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics" + ] }, { "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", "Variants": [ "Get", "GetViaIdentity" @@ -40090,15 +40034,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40128,15 +40072,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "Variants": [ "List" ], @@ -40165,52 +40109,52 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40240,15 +40184,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "List" ], @@ -40277,15 +40221,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40315,15 +40259,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", "Variants": [ "List" ], @@ -40352,15 +40296,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40390,15 +40334,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Variants": [ "List" ], @@ -40427,15 +40371,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40465,15 +40409,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "Variants": [ "List" ], @@ -40502,15 +40446,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40540,15 +40484,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", "Variants": [ "List" ], @@ -40577,15 +40521,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "Variants": [ "Get" ], @@ -40614,90 +40558,90 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails" + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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 + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}" - }, - { - "ApiVersion": "beta", "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40705,74 +40649,74 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40780,37 +40724,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "Variants": [ "List" ], @@ -40839,15 +40783,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "Variants": [ "Get", "Get1", @@ -40878,52 +40822,52 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "Variants": [ "Get", "GetViaIdentity" @@ -40953,15 +40897,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "Variants": [ "List" ], @@ -40990,15 +40934,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41006,74 +40950,74 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41081,37 +41025,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "Variants": [ "List" ], @@ -41140,15 +41084,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41178,15 +41122,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "List" ], @@ -41215,15 +41159,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41253,15 +41197,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "Variants": [ "List" ], @@ -41290,15 +41234,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41328,15 +41272,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", "Variants": [ "List" ], @@ -41365,15 +41309,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41403,15 +41347,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "Variants": [ "List" ], @@ -41440,15 +41384,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41456,37 +41400,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "Variants": [ "List" ], @@ -41515,15 +41459,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41553,89 +41497,89 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41665,52 +41609,52 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41740,15 +41684,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "Variants": [ "List" ], @@ -41777,15 +41721,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41815,89 +41759,89 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41905,37 +41849,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "Variants": [ "List" ], @@ -41964,15 +41908,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "Variants": [ "Get", "GetViaIdentity" @@ -41980,37 +41924,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "Variants": [ "List" ], @@ -42039,15 +41983,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42077,15 +42021,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "List" ], @@ -42114,15 +42058,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphUserPfxCertificate", "Method": "GET", "Command": "Get-MgDeviceManagementUserPfxCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42140,52 +42084,52 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphUserPfxCertificate", "Method": "GET", "Command": "Get-MgDeviceManagementUserPfxCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/userPfxCertificates", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userPfxCertificates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphVirtualEndpoint", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpoint", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42203,65 +42147,65 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "Variants": [ "List" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", "Variants": [ "Get" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPc", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42279,15 +42223,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPc", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", "Variants": [ "List" ], @@ -42304,15 +42248,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcConnectivityHistory", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", "Variants": [ "Get", "GetViaIdentity" @@ -42330,79 +42274,79 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcLaunchInfo", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "Variants": [ "Get" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42420,15 +42364,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "Variants": [ "List" ], @@ -42445,15 +42389,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", "Variants": [ "Get" ], @@ -42470,15 +42414,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointEffectivePermission", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", "Variants": [ "Get" ], @@ -42495,15 +42439,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42511,25 +42455,25 @@ "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", "Variants": [ "List" ], @@ -42546,15 +42490,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42572,15 +42516,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "Variants": [ "List" ], @@ -42597,15 +42541,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42613,25 +42557,25 @@ "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "Variants": [ "List" ], @@ -42648,15 +42592,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOrganizationSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "Variants": [ "Get" ], @@ -42673,15 +42617,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42699,77 +42643,77 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "Variants": [ "List" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcReports", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointReport", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/reports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", "Variants": [ "Get", "GetExpanded" @@ -42787,15 +42731,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcExportJob", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "Variants": [ "Get", "GetViaIdentity" @@ -42805,27 +42749,27 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcExportJob", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", "Variants": [ "Get", "GetViaIdentity" @@ -42843,15 +42787,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", "Variants": [ "Get", "GetViaIdentity" @@ -42869,15 +42813,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", "Variants": [ "Get", "GetExpanded" @@ -42895,28 +42839,28 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", "Variants": [ "Get", "GetExpanded" @@ -42924,38 +42868,38 @@ "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "Variants": [ "List" ], @@ -42972,40 +42916,40 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43013,25 +42957,25 @@ "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/snapshots", "Variants": [ "List" ], @@ -43048,15 +42992,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotStorageAccount", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", "Variants": [ "Get", "GetViaIdentity" @@ -43074,15 +43018,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphCloudPcSubscription", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotSubscription", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", "Variants": [ "Get" ], @@ -43099,28 +43043,28 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "Variants": [ "List" ], @@ -43137,15 +43081,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43163,15 +43107,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings", "Variants": [ "List" ], @@ -43188,40 +43132,40 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43239,15 +43183,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "Variants": [ "List" ], @@ -43264,91 +43208,91 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -43366,15 +43310,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Variants": [ "List1" ], @@ -43391,15 +43335,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Variants": [ "List" ], @@ -43416,15 +43360,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43442,15 +43386,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -43458,25 +43402,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityIntendedDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" @@ -43484,25 +43428,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", "Method": "GET", "Command": "Get-MgDeviceManagementWindowAutopilotSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotSettings", "Variants": [ "Get" ], @@ -43519,15 +43463,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsAutopilotSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Method": "GET", "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43535,50 +43479,50 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Method": "GET", "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43596,15 +43540,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Method": "GET", "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "Variants": [ "List" ], @@ -43621,15 +43565,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "GET", "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -43647,40 +43591,40 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "GET", "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Variants": [ "List1" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "GET", "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Variants": [ "List" ], @@ -43697,15 +43641,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "GET", "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43723,15 +43667,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "GET", "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -43739,25 +43683,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "GET", "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Variants": [ "List1" ], @@ -43774,15 +43718,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "GET", "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Variants": [ "List" ], @@ -43799,15 +43743,15 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "GET", "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43815,25 +43759,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Method": "GET", "Command": "Get-MgDeviceManagementWindowMalwareInformation", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43863,52 +43807,52 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Method": "GET", "Command": "Get-MgDeviceManagementWindowMalwareInformation", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation", "Variants": [ "List" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsMalwareInformation" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Method": "GET", "Command": "Get-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "Variants": [ "Get", "GetViaIdentity" @@ -43938,15 +43882,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Method": "GET", "Command": "Get-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "Variants": [ "List" ], @@ -43975,15 +43919,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", @@ -43993,73 +43937,73 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/getMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", @@ -44127,15 +44071,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/getMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", @@ -44209,15 +44153,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}/getMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDeviceMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", @@ -44227,123 +44171,123 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/getMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf", "Variants": [ "List1" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf", "Variants": [ "List" ], @@ -44366,28 +44310,28 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceRegisteredOwner", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners", "Variants": [ "List1" ], @@ -44410,15 +44354,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}/registeredOwners" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceRegisteredOwner", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners", "Variants": [ "List" ], @@ -44441,178 +44385,178 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}/registeredOwners" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "Variants": [ "List1" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/registeredOwners/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "Variants": [ "List" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/registeredOwners/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceRegisteredUser", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceRegisteredUser", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers", "Variants": [ "List1" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/registeredUsers" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceRegisteredUser", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers", "Variants": [ "List" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/registeredUsers" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceRegisteredUser", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf", "Variants": [ "List1" ], @@ -44629,19 +44573,25 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf", "Variants": [ "List" ], "Permissions": [ + { + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read devices' configuration information on your behalf.", + "IsAdmin": true + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -44654,109 +44604,109 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/devices/{device-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgDeviceUsageRights", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgDeviceUsageRights", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/usageRights", "Variants": [ "List" ], "Permissions": [ { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/devices/{device-id}/usageRights" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDeviceUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/devices/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectory", "Method": "GET", "Command": "Get-MgDirectory", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/directory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectory1", "Method": "GET", "Command": "Get-MgDirectory", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/directory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Get", "GetViaIdentity" @@ -44786,15 +44736,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits", "Variants": [ "List" ], @@ -44823,52 +44773,52 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/directory/administrativeUnits" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directory/administrativeUnits" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -44898,67 +44848,30 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryAdministrativeUnitById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitDelta", - "Variants": [ - "Delta" - ], - "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 - }, - { - "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 - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/directory/administrativeUnits/delta" - }, - { - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "Uri": "/directory/administrativeUnits/delta", "Variants": [ - "Delta1" + "Delta" ], "Permissions": [ { @@ -44985,176 +44898,188 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/delta", + "Variants": [ + "Delta1" ], - "Uri": "/directory/administrativeUnits/delta" + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Variants": [ "List" ], - "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 - }, - { - "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 - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Variants": [ "List1" ], @@ -45183,45 +45108,45 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryAdministrativeUnitMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryAdministrativeUnitMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Get", "GetViaIdentity" @@ -45229,37 +45154,37 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Variants": [ "List" ], @@ -45288,52 +45213,27 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Variants": [ "List1" ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -45341,50 +45241,50 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryAdministrativeUnitUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAttributeSet", "Method": "GET", "Command": "Get-MgDirectoryAttributeSet", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/attributeSets/{attributeSet-id}", "Variants": [ "Get", "GetViaIdentity" @@ -45402,15 +45302,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/attributeSets/{attributeSet-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAttributeSet", "Method": "GET", "Command": "Get-MgDirectoryAttributeSet", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/attributeSets", "Variants": [ "List" ], @@ -45427,15 +45327,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/attributeSets" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -45443,25 +45343,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions", "Variants": [ "List" ], @@ -45478,15 +45378,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/customSecurityAttributeDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAllowedValue", "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Variants": [ "Get", "GetViaIdentity" @@ -45504,15 +45404,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAllowedValue", "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "Variants": [ "List" ], @@ -45529,15 +45429,15 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" @@ -45603,39 +45503,39 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/deletedItems/{directoryObject-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/deletedItems" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/directory/deletedItems" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -45701,306 +45601,306 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/deletedItems/{directoryObject-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", "Command": "Get-MgDirectoryDeletedItemAvailableExtensionProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/getAvailableExtensionProperties", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/getAvailableExtensionProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryDeletedItemById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryDeletedItemById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/directory/deletedItems/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryDeletedItemMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryDeletedItemMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryDeletedItemMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryDeletedItemMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryDeletedItemUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "GET", "Command": "Get-MgDirectoryFeatureRolloutPolicy", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "GET", "Command": "Get-MgDirectoryFeatureRolloutPolicy", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyTo", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "GET", "Command": "Get-MgDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{recommendationResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/impactedResources/{recommendationResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "GET", "Command": "Get-MgDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/impactedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Method": "GET", "Command": "Get-MgDirectoryInboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Method": "GET", "Command": "Get-MgDirectoryInboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/inboundSharedUserProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -46010,96 +45910,96 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/directoryObjects/{directoryObject-id}" + } }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directoryObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/directoryObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - "Uri": "/directoryObjects/{directoryObject-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/getAvailableExtensionProperties", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directoryObjects/getAvailableExtensionProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryObjectById", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directoryObjects/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryObjectById", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/directoryObjects/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryObjectMemberGroup", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", @@ -46167,15 +46067,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryObjectMemberGroup", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", @@ -46243,15 +46143,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryObjectMemberObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", @@ -46261,79 +46161,79 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryObjectMemberObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", @@ -46407,41 +46307,41 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryObjectUserOwnedObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directoryObjects/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Method": "GET", "Command": "Get-MgDirectoryOnPremisSynchronization", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Method": "GET", "Command": "Get-MgDirectoryOnPremisSynchronization", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization", "Variants": [ "List" ], @@ -46458,115 +46358,115 @@ "FullDescription": "Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/onPremisesSynchronization" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Method": "GET", "Command": "Get-MgDirectoryOutboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Method": "GET", "Command": "Get-MgDirectoryOutboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphTenantReference", "Method": "GET", "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendation", "Method": "GET", "Command": "Get-MgDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendation", "Method": "GET", "Command": "Get-MgDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/recommendations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "GET", "Command": "Get-MgDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "GET", "Command": "Get-MgDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", "Command": "Get-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", "Variants": [ "Get", "GetViaIdentity" @@ -46574,111 +46474,111 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directoryRoles/{directoryRole-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", "Command": "Get-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directoryRoles" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", "Command": "Get-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles", "Variants": [ "List1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directoryRoles" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", "Command": "Get-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -46708,78 +46608,78 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directoryRoles/{directoryRole-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryRoleById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directoryRoles/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryRoleById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoles/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", "Command": "Get-MgDirectoryRoleDelta", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/delta", "Variants": [ "Delta" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directoryRoles/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "GET", "Command": "Get-MgDirectoryRoleDelta", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/delta", "Variants": [ "Delta1" ], @@ -46808,15 +46708,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directoryRoles/delta" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members", "Variants": [ "List" ], @@ -46845,89 +46745,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directoryRoles/{directoryRole-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDirectoryRoleMember", - "Variants": [ - "List1" - ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - } - ], - "Uri": "/directoryRoles/{directoryRole-id}/members" - }, - { - "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", - "OutputType": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberByRef", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - } - ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref" - }, - { - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "OutputType": null, - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberByRef", + "Uri": "/directoryRoles/{directoryRole-id}/members", "Variants": [ "List1" ], @@ -46956,127 +46782,164 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Variants": [ + "List" ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref" - }, - { - "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleMemberGroup", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups" - }, - { - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleMemberGroup", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups" - }, - { - "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleMemberObject", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects" - }, - { - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "OutputType": null, - "Method": "POST", - "Command": "Get-MgDirectoryRoleMemberObject", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects" - }, - { - "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Method": "GET", - "Command": "Get-MgDirectoryRoleScopedMember", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}" - }, - { - "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Method": "GET", - "Command": "Get-MgDirectoryRoleScopedMember", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - } - ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers" + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberByRef", "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Permissions": [] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Permissions": [] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Variants": [ - "List1" + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Variants": [ + "List" ], "Permissions": [ { @@ -47103,28 +46966,65 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers" + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMember", "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "GET", "Command": "Get-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -47154,15 +47054,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "GET", "Command": "Get-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates", "Variants": [ "List" ], @@ -47191,15 +47091,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directoryRoleTemplates" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "GET", "Command": "Get-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates", "Variants": [ "List1" ], @@ -47228,15 +47128,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directoryRoleTemplates" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "GET", "Command": "Get-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -47266,127 +47166,127 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectoryRoleUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directoryRoles/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "GET", "Command": "Get-MgDirectorySetting", + "Module": "Identity.DirectoryManagement", + "Uri": "/settings/{directorySetting-id}", "Variants": [ "Get", "GetViaIdentity" @@ -47394,37 +47294,37 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/settings/{directorySetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "GET", "Command": "Get-MgDirectorySetting", + "Module": "Identity.DirectoryManagement", + "Uri": "/settings", "Variants": [ "List" ], @@ -47453,15 +47353,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/settings" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Method": "GET", "Command": "Get-MgDirectorySettingTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -47479,15 +47379,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Method": "GET", "Command": "Get-MgDirectorySettingTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates", "Variants": [ "List" ], @@ -47504,96 +47404,96 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/directorySettingTemplates" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectorySettingTemplateById", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectorySettingTemplateMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgDirectorySettingTemplateMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgDirectorySettingTemplateUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSharedEmailDomain", "Method": "GET", "Command": "Get-MgDirectorySharedEmailDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSharedEmailDomain", "Method": "GET", "Command": "Get-MgDirectorySharedEmailDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/directory/sharedEmailDomains" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomain", "Method": "GET", "Command": "Get-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", "Variants": [ "Get", "GetViaIdentity" @@ -47617,15 +47517,15 @@ "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 } - ], - "Uri": "/domains/{domain-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomain", "Method": "GET", "Command": "Get-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains", "Variants": [ "List" ], @@ -47648,15 +47548,15 @@ "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 } - ], - "Uri": "/domains" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomain1", "Method": "GET", "Command": "Get-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains", "Variants": [ "List1" ], @@ -47679,15 +47579,15 @@ "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 } - ], - "Uri": "/domains" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomain1", "Method": "GET", "Command": "Get-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -47711,15 +47611,15 @@ "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 } - ], - "Uri": "/domains/{domain-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "GET", "Command": "Get-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -47727,49 +47627,49 @@ "Permissions": [ { "Name": "Domain.Read.All", - "Description": "Read domains.", - "FullDescription": "Allows the app to read all domain properties on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "GET", "Command": "Get-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/federationConfiguration" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "GET", "Command": "Get-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/federationConfiguration" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "GET", "Command": "Get-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -47787,28 +47687,28 @@ "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 } - ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDomainNameReference", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDomainNameReference", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/domainNameReferences", "Variants": [ "List" ], @@ -47825,15 +47725,15 @@ "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 } - ], - "Uri": "/domains/{domain-id}/domainNameReferences" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDomainNameReference", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/domainNameReferences", "Variants": [ "List1" ], @@ -47850,41 +47750,41 @@ "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 } - ], - "Uri": "/domains/{domain-id}/domainNameReferences" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgDomainNameReference", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Variants": [ "List" ], @@ -47901,154 +47801,154 @@ "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 } - ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Variants": [ "List1" ], "Permissions": [ { "Name": "Domain.Read.All", - "Description": "Read domains.", - "FullDescription": "Allows the app to read all domain properties on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Method": "GET", "Command": "Get-MgDomainSharedEmailDomainInvitation", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Method": "GET", "Command": "Get-MgDomainSharedEmailDomainInvitation", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Variants": [ "List" ], "Permissions": [ { "Name": "Domain.Read.All", - "Description": "Read domains.", - "FullDescription": "Allows the app to read all domain properties on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/domains/{domain-id}/verificationDnsRecords" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Variants": [ "List1" ], "Permissions": [ { "Name": "Domain.Read.All", - "Description": "Read domains.", - "FullDescription": "Allows the app to read all domain properties on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/domains/{domain-id}/verificationDnsRecords" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}", "Variants": [ "Get", "GetViaIdentity" @@ -48090,39 +47990,39 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgDrive", + "Module": "Files", + "Uri": "/drives", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgDrive", + "Module": "Files", + "Uri": "/drives", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -48164,216 +48064,216 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgDriveActivity", + "Module": "Files", + "Uri": "/drives/{drive-id}/activities", "Variants": [ "List" ], "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/activities" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveBundle", + "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveBundle", + "Module": "Files", + "Uri": "/drives/{drive-id}/bundles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/bundles" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveBundle", + "Module": "Files", + "Uri": "/drives/{drive-id}/bundles", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/bundles" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveBundle", + "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveBundleContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveBundleContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveFollowing", + "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/following/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveFollowing", + "Module": "Files", + "Uri": "/drives/{drive-id}/following", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/following" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveFollowing", + "Module": "Files", + "Uri": "/drives/{drive-id}/following", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/following" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveFollowing", + "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/following/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveFollowingContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveFollowingContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -48381,73 +48281,73 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -48455,98 +48355,98 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgDriveItemActivity", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", "Variants": [ "List" ], "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgDriveItemActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" @@ -48554,49 +48454,49 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgDriveItemActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", @@ -48640,15 +48540,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgDriveItemAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Variants": [ "Get", "GetViaIdentity" @@ -48690,15 +48590,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgDriveItemAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" @@ -48706,62 +48606,62 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveItemChild", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveItemChild", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Variants": [ "List" ], @@ -48802,103 +48702,103 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveItemChild", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Variants": [ "List1" ], "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveItemChild", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemChildContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemChildContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" @@ -48940,15 +48840,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" @@ -48990,341 +48890,341 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveItemDelta", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveItemDelta", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgDriveItemListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgDriveItemListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgDriveItemListItemActivity", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgDriveItemListItemActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgDriveItemListItemActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgDriveItemListItemAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgDriveItemListItemAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveItemListItemDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveItemListItemDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Get", "GetViaIdentity" @@ -49366,15 +49266,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "List" ], @@ -49415,64 +49315,64 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "List1" ], "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -49480,112 +49380,112 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "List" ], @@ -49626,15 +49526,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "List1" ], @@ -49675,28 +49575,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -49738,15 +49638,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "List1" ], @@ -49787,64 +49687,64 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "List" ], "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" @@ -49886,15 +49786,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemVersionContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Get1", "GetViaIdentity1" @@ -49902,49 +49802,49 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveItemVersionContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Get", "GetViaIdentity" @@ -49986,1112 +49886,1112 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphList1", "Method": "GET", "Command": "Get-MgDriveList", + "Module": "Files", + "Uri": "/drives/{drive-id}/list", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphList", "Method": "GET", "Command": "Get-MgDriveList", + "Module": "Files", + "Uri": "/drives/{drive-id}/list", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgDriveListActivity", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgDriveListColumnSourceColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgDriveListColumnSourceColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgDriveListContentTypeBase", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgDriveListContentTypeBase", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnSourceColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnSourceColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgDriveListDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/drive", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/drive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgDriveListDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/drive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/drive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgDriveListItemActivity", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgDriveListItemActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgDriveListItemActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgDriveListItemAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgDriveListItemAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgDriveListItemDelta", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveListItemDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveListItemDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgDriveRootActivity", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgDriveRootActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgDriveRootActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgDriveRootAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgDriveRootAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveRootChild", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveRootChild", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveRootChild", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/children", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveRootChild", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootChildContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootChildContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveRootDelta", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/delta", "Variants": [ "Delta2", "Delta3", @@ -51135,15 +51035,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/root/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveRootDelta", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/delta", "Variants": [ "Delta", "Delta1", @@ -51187,613 +51087,613 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/root/delta" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgDriveRootListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgDriveRootListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgDriveRootListItemActivity", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgDriveRootListItemActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgDriveRootListItemActivityByInterval", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgDriveRootListItemAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgDriveRootListItemAnalytic", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveRootListItemDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveRootListItemDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootVersionContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveRootVersionContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveSpecial", + "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/special/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgDriveSpecial", + "Module": "Files", + "Uri": "/drives/{drive-id}/special", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/special" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveSpecial", + "Module": "Files", + "Uri": "/drives/{drive-id}/special", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/special" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgDriveSpecial", + "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/special/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveSpecialContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgDriveSpecialContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -51803,32 +51703,32 @@ "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 - }, - "Uri": "/education/classes/{educationClass-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes", "Variants": [ "List" ], "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 - }, - "Uri": "/education/classes" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes", "Variants": [ "List1" ], @@ -51837,33 +51737,33 @@ "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 - }, - "Uri": "/education/classes" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/education/classes/{educationClass-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -51893,52 +51793,52 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments", "Variants": [ "List1" ], @@ -51967,15 +51867,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -52005,15 +51905,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -52043,15 +51943,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", "Variants": [ "List", "List3" @@ -52081,15 +51981,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "Variants": [ "List1", "List2" @@ -52119,15 +52019,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Variants": [ "Get", "GetViaIdentity" @@ -52135,37 +52035,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "List" ], @@ -52194,52 +52094,52 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", "Variants": [ "Delta", "Delta1", @@ -52271,15 +52171,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", "Variants": [ "Delta2", "Delta3", @@ -52311,15 +52211,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Method": "GET", "Command": "Get-MgEducationClassAssignmentDefault", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Variants": [ "Get", "GetViaIdentity" @@ -52349,15 +52249,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Method": "GET", "Command": "Get-MgEducationClassAssignmentDefault", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Variants": [ "Get1", "GetViaIdentity1" @@ -52387,15 +52287,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationClassAssignmentDelta", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -52425,15 +52325,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationClassAssignmentDelta", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -52463,15 +52363,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/delta" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -52479,190 +52379,39 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentResource", - "Variants": [ - "List1" - ], - "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 - }, - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": 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 - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true - } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources" - }, - { - "ApiVersion": "v1.0", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentResource", - "Variants": [ - "List" - ], - "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 - }, - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": 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 - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true - } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources" - }, - { - "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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 - }, - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": 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 - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true - } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" - }, - { - "ApiVersion": "beta", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationRubric", - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubric", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "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 - }, - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": 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 - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true - } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric" - }, - { - "ApiVersion": "v1.0", "Module": "Education", - "OutputType": "IMicrosoftGraphEducationRubric", - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Variants": [ - "Get", - "GetViaIdentity" + "List1" ], "Permissions": [ { @@ -52689,18 +52438,17 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric" + ] }, { - "ApiVersion": "beta", - "Module": "Education", - "OutputType": null, + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubricByRef", + "Command": "Get-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Variants": [ - "Get1", - "GetViaIdentity1" + "List" ], "Permissions": [ { @@ -52727,15 +52475,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", - "OutputType": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubricByRef", + "Command": "Get-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -52765,15 +52513,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSetting", + "Command": "Get-MgEducationClassAssignmentRubric", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Get1", "GetViaIdentity1" @@ -52803,15 +52551,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSetting", + "Command": "Get-MgEducationClassAssignmentRubric", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Get", "GetViaIdentity" @@ -52841,15 +52589,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings" + ] }, { "ApiVersion": "beta", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationSubmission", + "OutputType": null, "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmission", + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Get1", "GetViaIdentity1" @@ -52879,17 +52627,56 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Variants": [ + "Get", + "GetViaIdentity" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [ + { + "Name": "EduAssignments.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationSubmission", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmission", + "Command": "Get-MgEducationClassAssignmentSetting", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -52916,17 +52703,56 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions" + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSetting", "Module": "Education", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + }, + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": 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 + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ - "List" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -52953,18 +52779,17 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions" + ] }, { - "ApiVersion": "v1.0", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationSubmission1", + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Variants": [ - "Get", - "GetViaIdentity" + "List1" ], "Permissions": [ { @@ -52991,28 +52816,103 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Variants": [ + "List" ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [ + { + "Name": "EduAssignments.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { - "ApiVersion": "beta", + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmission", "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "EduAssignments.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "List1" ], @@ -53041,15 +52941,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "List" ], @@ -53078,28 +52978,28 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -53129,39 +53029,39 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -53191,15 +53091,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -53229,52 +53129,52 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "List" ], @@ -53303,15 +53203,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -53319,68 +53219,68 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationClassDelta", + "Module": "Education", + "Uri": "/education/classes/delta", "Variants": [ "Delta1" ], "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationClassDelta", + "Module": "Education", + "Uri": "/education/classes/delta", "Variants": [ "Delta" ], @@ -53403,15 +53303,15 @@ "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 } - ], - "Uri": "/education/classes/delta" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgEducationClassGroup", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/group", "Variants": [ "Get1", "GetViaIdentity1" @@ -53419,21 +53319,21 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduRoster.Write", @@ -53441,15 +53341,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/group" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgEducationClassGroup", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/group", "Variants": [ "Get", "GetViaIdentity" @@ -53457,21 +53357,21 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduRoster.Write", @@ -53479,66 +53379,66 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/group" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", "Command": "Get-MgEducationClassMember", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members", "Variants": [ "List1" ], "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 - }, - "Uri": "/education/classes/{educationClass-id}/members" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", "Command": "Get-MgEducationClassMember", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members", "Variants": [ "List" ], "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 - }, - "Uri": "/education/classes/{educationClass-id}/members" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationClassMemberByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "Variants": [ "List1" ], "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 - }, - "Uri": "/education/classes/{educationClass-id}/members/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationClassMemberByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "Variants": [ "List" ], @@ -53547,28 +53447,28 @@ "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 - }, - "Uri": "/education/classes/{educationClass-id}/members/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationClassSchool", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationClassSchool", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/schools", "Variants": [ "List1" ], @@ -53577,45 +53477,45 @@ "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 - }, - "Uri": "/education/classes/{educationClass-id}/schools" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationClassSchool", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/schools", "Variants": [ "List" ], "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 - }, - "Uri": "/education/classes/{educationClass-id}/schools" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationClassSchool", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", "Command": "Get-MgEducationClassTeacher", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers", "Variants": [ "List1" ], @@ -53624,32 +53524,32 @@ "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 - }, - "Uri": "/education/classes/{educationClass-id}/teachers" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", "Command": "Get-MgEducationClassTeacher", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers", "Variants": [ "List" ], "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 - }, - "Uri": "/education/classes/{educationClass-id}/teachers" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationClassTeacherByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "Variants": [ "List1" ], @@ -53658,15 +53558,15 @@ "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 - }, - "Uri": "/education/classes/{educationClass-id}/teachers/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationClassTeacherByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "Variants": [ "List" ], @@ -53675,15 +53575,15 @@ "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 - }, - "Uri": "/education/classes/{educationClass-id}/teachers/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", "Command": "Get-MgEducationMe", + "Module": "Education", + "Uri": "/education/me", "Variants": [ "Get1" ], @@ -53692,15 +53592,15 @@ "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 - }, - "Uri": "/education/me" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", "Command": "Get-MgEducationMe", + "Module": "Education", + "Uri": "/education/me", "Variants": [ "Get" ], @@ -53709,65 +53609,65 @@ "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 - }, - "Uri": "/education/me" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/me/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments", "Variants": [ "List" ], @@ -53796,441 +53696,441 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/me/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategory", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategory", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationMeAssignmentDelta", + "Module": "Education", + "Uri": "/education/me/assignments/delta", "Variants": [ "Delta" ], - "Permissions": [], - "Uri": "/education/me/assignments/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationMeAssignmentDelta", + "Module": "Education", + "Uri": "/education/me/assignments/delta", "Variants": [ "Delta1" ], - "Permissions": [], - "Uri": "/education/me/assignments/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationMeAssignmentRubric", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationMeAssignmentRubric", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationMeAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationMeAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationMeClass", + "Module": "Education", + "Uri": "/education/me/classes/{educationClass-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/classes/{educationClass-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationMeClass", + "Module": "Education", + "Uri": "/education/me/classes", "Variants": [ "List" ], @@ -54239,45 +54139,45 @@ "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 - }, - "Uri": "/education/me/classes" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationMeClass", + "Module": "Education", + "Uri": "/education/me/classes", "Variants": [ "List1" ], "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 - }, - "Uri": "/education/me/classes" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationMeClass", + "Module": "Education", + "Uri": "/education/me/classes/{educationClass-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/classes/{educationClass-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Variants": [ "Get", "GetViaIdentity" @@ -54307,54 +54207,17 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/me/rubrics/{educationRubric-id}" - }, - { - "ApiVersion": "beta", - "Module": "Education", - "OutputType": "IMicrosoftGraphEducationRubric", - "Method": "GET", - "Command": "Get-MgEducationMeRubric", - "Variants": [ - "List" - ], - "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 - }, - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": 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 - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true - } - ], - "Uri": "/education/me/rubrics" + ] }, { - "ApiVersion": "v1.0", - "Module": "Education", + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics", "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -54381,18 +54244,17 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/me/rubrics" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics", "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], "Permissions": [ { @@ -54419,28 +54281,66 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics/{educationRubric-id}", + "Variants": [ + "Get1", + "GetViaIdentity1" ], - "Uri": "/education/me/rubrics/{educationRubric-id}" + "Permissions": [ + { + "Name": "EduAssignments.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationMeSchool", + "Module": "Education", + "Uri": "/education/me/schools/{educationSchool-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/schools/{educationSchool-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationMeSchool", + "Module": "Education", + "Uri": "/education/me/schools", "Variants": [ "List" ], @@ -54449,15 +54349,15 @@ "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 - }, - "Uri": "/education/me/schools" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationMeSchool", + "Module": "Education", + "Uri": "/education/me/schools", "Variants": [ "List1" ], @@ -54466,109 +54366,99 @@ "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 - }, - "Uri": "/education/me/schools" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationMeSchool", + "Module": "Education", + "Uri": "/education/me/schools/{educationSchool-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/schools/{educationSchool-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationMeTaughtClass", + "Module": "Education", + "Uri": "/education/me/taughtClasses/{educationClass-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/taughtClasses/{educationClass-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationMeTaughtClass", + "Module": "Education", + "Uri": "/education/me/taughtClasses", "Variants": [ "List" ], - "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 - }, - "Uri": "/education/me/taughtClasses" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationMeTaughtClass", + "Module": "Education", + "Uri": "/education/me/taughtClasses", "Variants": [ "List1" ], - "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 - }, - "Uri": "/education/me/taughtClasses" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationMeTaughtClass", + "Module": "Education", + "Uri": "/education/me/taughtClasses/{educationClass-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/taughtClasses/{educationClass-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgEducationMeUser", + "Module": "Education", + "Uri": "/education/me/user", "Variants": [ "Get" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduRoster.Write", @@ -54578,40 +54468,40 @@ }, { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/education/me/user" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgEducationMeUser", + "Module": "Education", + "Uri": "/education/me/user", "Variants": [ "Get1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduRoster.Write", @@ -54621,43 +54511,43 @@ }, { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/education/me/user" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRoot", "Method": "GET", "Command": "Get-MgEducationRoot", + "Module": "Education", + "Uri": "/education", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/education" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRoot1", "Method": "GET", "Command": "Get-MgEducationRoot", + "Module": "Education", + "Uri": "/education", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/education" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}", "Variants": [ "Get", "GetViaIdentity" @@ -54667,49 +54557,49 @@ "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 - }, - "Uri": "/education/schools/{educationSchool-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools", "Variants": [ "List" ], "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 - }, - "Uri": "/education/schools" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools", "Variants": [ "List1" ], "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 - }, - "Uri": "/education/schools" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -54719,33 +54609,53 @@ "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 - }, - "Uri": "/education/schools/{educationSchool-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "GET", "Command": "Get-MgEducationSchoolAdministrativeUnit", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "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 - }, - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit" + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + }, + { + "Name": "EduRoster.Write", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "GET", "Command": "Get-MgEducationSchoolAdministrativeUnit", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Variants": [ "Get1", "GetViaIdentity1" @@ -54755,32 +54665,32 @@ "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 - }, - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationSchoolClass", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes", "Variants": [ "List" ], "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 - }, - "Uri": "/education/schools/{educationSchool-id}/classes" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationSchoolClass", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes", "Variants": [ "List1" ], @@ -54789,15 +54699,15 @@ "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 - }, - "Uri": "/education/schools/{educationSchool-id}/classes" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationSchoolClassByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "Variants": [ "List" ], @@ -54806,15 +54716,15 @@ "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 - }, - "Uri": "/education/schools/{educationSchool-id}/classes/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationSchoolClassByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "Variants": [ "List1" ], @@ -54823,49 +54733,77 @@ "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 - }, - "Uri": "/education/schools/{educationSchool-id}/classes/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationSchoolDelta", + "Module": "Education", + "Uri": "/education/schools/delta", "Variants": [ "Delta" ], - "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 - }, - "Uri": "/education/schools/delta" + "Permissions": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationSchoolDelta", + "Module": "Education", + "Uri": "/education/schools/delta", "Variants": [ "Delta1" ], - "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 - }, - "Uri": "/education/schools/delta" + "Permissions": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", "Command": "Get-MgEducationSchoolUser", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users", "Variants": [ "List" ], @@ -54874,15 +54812,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/users" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", "Command": "Get-MgEducationSchoolUser", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users", "Variants": [ "List1" ], @@ -54891,15 +54829,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/users" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationSchoolUserByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", "Variants": [ "List" ], @@ -54908,15 +54846,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/users/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationSchoolUserByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", "Variants": [ "List1" ], @@ -54925,15 +54863,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/users/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Method": "GET", "Command": "Get-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -54941,88 +54879,88 @@ "Permissions": [ { "Name": "EduAdministration.Read", - "Description": "View your education app settings", - "FullDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAdministration.ReadWrite", - "Description": "Manage your education app settings", - "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Method": "GET", "Command": "Get-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles", "Variants": [ "List" ], "Permissions": [ { "Name": "EduAdministration.Read", - "Description": "View your education app settings", - "FullDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAdministration.ReadWrite", - "Description": "Manage your education app settings", - "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/synchronizationProfiles" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Method": "GET", "Command": "Get-MgEducationSynchronizationProfileError", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Method": "GET", "Command": "Get-MgEducationSynchronizationProfileError", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "Variants": [ "List" ], "Permissions": [ { "Name": "EduAdministration.Read", - "Description": "View your education app settings", - "FullDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAdministration.ReadWrite", - "Description": "Manage your education app settings", - "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", "Method": "GET", "Command": "Get-MgEducationSynchronizationProfileStatus", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "Variants": [ "Get", "GetViaIdentity" @@ -55040,15 +54978,15 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true } - ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", "Command": "Get-MgEducationUser", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}", "Variants": [ "Get", "Get1", @@ -55057,18 +54995,18 @@ ], "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 - }, - "Uri": "/education/users/{educationUser-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", "Command": "Get-MgEducationUser", + "Module": "Education", + "Uri": "/education/users", "Variants": [ "List" ], @@ -55077,15 +55015,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/users" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", "Command": "Get-MgEducationUser", + "Module": "Education", + "Uri": "/education/users", "Variants": [ "List1" ], @@ -55094,15 +55032,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/users" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", "Command": "Get-MgEducationUser", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}", "Variants": [ "Get2", "Get3", @@ -55114,594 +55052,608 @@ "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 - }, - "Uri": "/education/users/{educationUser-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/users/{educationUser-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/users/{educationUser-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationUserAssignmentCategory", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationUserAssignmentCategory", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "GET", "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", "Command": "Get-MgEducationUserAssignmentDelta", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "GET", "Command": "Get-MgEducationUserAssignmentDelta", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationUserAssignmentRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationUserAssignmentRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationUserAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Get-MgEducationUserAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationUserClass", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationUserClass", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/classes", "Variants": [ "List" ], "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 - }, - "Uri": "/education/users/{educationUser-id}/classes" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationUserClass", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/classes", "Variants": [ "List1" ], "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 - }, - "Uri": "/education/users/{educationUser-id}/classes" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationUserClass", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser", "Method": "GET", "Command": "Get-MgEducationUserDelta", + "Module": "Education", + "Uri": "/education/users/delta", "Variants": [ "Delta" ], - "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 - }, - "Uri": "/education/users/delta" + "Permissions": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser1", "Method": "GET", "Command": "Get-MgEducationUserDelta", + "Module": "Education", + "Uri": "/education/users/delta", "Variants": [ "Delta1" ], @@ -55710,185 +55662,175 @@ "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 - }, - "Uri": "/education/users/delta" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "GET", "Command": "Get-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationUserSchool", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "GET", "Command": "Get-MgEducationUserSchool", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/schools", "Variants": [ "List" ], "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 - }, - "Uri": "/education/users/{educationUser-id}/schools" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationUserSchool", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/schools", "Variants": [ "List1" ], "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 - }, - "Uri": "/education/users/{educationUser-id}/schools" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "GET", "Command": "Get-MgEducationUserSchool", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationUserTaughtClass", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "GET", "Command": "Get-MgEducationUserTaughtClass", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/taughtClasses", "Variants": [ "List" ], - "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 - }, - "Uri": "/education/users/{educationUser-id}/taughtClasses" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationUserTaughtClass", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/taughtClasses", "Variants": [ "List1" ], - "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 - }, - "Uri": "/education/users/{educationUser-id}/taughtClasses" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "GET", "Command": "Get-MgEducationUserTaughtClass", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -55896,25 +55838,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Variants": [ "List" ], @@ -55931,15 +55873,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Variants": [ "List1" ], @@ -55956,15 +55898,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -55982,15 +55924,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements1", "Method": "POST", "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "Variants": [ "Get", "GetViaIdentity" @@ -56008,15 +55950,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", "Method": "POST", "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "Variants": [ "Get1", "GetViaIdentity1" @@ -56034,53 +55976,53 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentAdditional", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", "Variants": [ "Access", "Access1", @@ -56099,15 +56041,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStage", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "Variants": [ "List" ], @@ -56124,15 +56066,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStage", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -56140,25 +56082,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -56176,65 +56118,65 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -56252,40 +56194,40 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", "Variants": [ "Get", "GetViaIdentity" @@ -56303,40 +56245,40 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "Variants": [ "Get", "GetViaIdentity" @@ -56354,53 +56296,53 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResource", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResource", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", "Variants": [ "List" ], @@ -56417,15 +56359,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", "Variants": [ "List" ], @@ -56442,27 +56384,27 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Variants": [ "Get", "GetViaIdentity" @@ -56470,50 +56412,50 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Variants": [ "List" ], @@ -56530,90 +56472,90 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "Variants": [ "List" ], @@ -56630,15 +56572,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "Variants": [ "List1" ], @@ -56655,15 +56597,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Variants": [ "List" ], @@ -56680,15 +56622,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Variants": [ "List1" ], @@ -56705,28 +56647,28 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Variants": [ "List" ], @@ -56743,15 +56685,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Variants": [ "List1" ], @@ -56768,53 +56710,53 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResource", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageResource", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResource", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageResource", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -56822,25 +56764,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "Variants": [ "List" ], @@ -56857,28 +56799,28 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "Variants": [ "List" ], @@ -56895,40 +56837,40 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -56936,25 +56878,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentAdditional", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", "Variants": [ "Access", "Access1", @@ -56973,40 +56915,27 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", "Variants": [ "List" ], - "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 - }, - { - "Name": "EntitlementManagement.ReadWrite.All", - "Description": "Read and write entitlement management resources", - "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", - "IsAdmin": true - } - ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Get", "Get1", @@ -57026,66 +56955,53 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "Variants": [ "List" ], - "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 - }, - { - "Name": "EntitlementManagement.ReadWrite.All", - "Description": "Read and write entitlement management resources", - "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", - "IsAdmin": true - } - ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -57103,40 +57019,27 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs", "Variants": [ "List" ], - "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 - }, - { - "Name": "EntitlementManagement.ReadWrite.All", - "Description": "Read and write entitlement management resources", - "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", - "IsAdmin": true - } - ], - "Uri": "/identityGovernance/entitlementManagement/catalogs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "Variants": [ "Get", "GetViaIdentity" @@ -57154,152 +57057,152 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", "Method": "POST", "Command": "Get-MgEntitlementManagementCatalogAccessPackageApplicablePolicyRequirement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphConnectedOrganization1", "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -57307,25 +57210,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphConnectedOrganization1", "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Variants": [ "List1" ], @@ -57342,40 +57245,40 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphConnectedOrganization", "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphConnectedOrganization", "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Variants": [ "Get", "GetViaIdentity" @@ -57383,50 +57286,50 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Variants": [ "List" ], @@ -57443,125 +57346,125 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorAvailableExtensionProperty", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getAvailableExtensionProperties", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getAvailableExtensionProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Variants": [ "List1" ], @@ -57578,15 +57481,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Variants": [ "List" ], @@ -57603,60 +57506,60 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorAvailableExtensionProperty", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getAvailableExtensionProperties", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getAvailableExtensionProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Variants": [ "List1" ], @@ -57673,15 +57576,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Variants": [ "List" ], @@ -57698,142 +57601,142 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphEntitlementManagementSettings1", "Method": "GET", "Command": "Get-MgEntitlementManagementSetting", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/settings", "Variants": [ "Get1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/settings" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", "Method": "GET", "Command": "Get-MgEntitlementManagementSetting", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/settings", "Variants": [ "Get" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/entitlementManagement/settings" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageSubject1", "Method": "GET", "Command": "Get-MgEntitlementManagementSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageSubject1", "Method": "GET", "Command": "Get-MgEntitlementManagementSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/subjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphConnectedOrganization1", "Method": "GET", "Command": "Get-MgEntitlementManagementSubjectConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Method": "GET", "Command": "Get-MgExternal", + "Module": "Search", + "Uri": "/external", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/external" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Method": "GET", "Command": "Get-MgExternal", + "Module": "Search", + "Uri": "/external", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/external" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Method": "GET", "Command": "Get-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -57857,77 +57760,77 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Method": "GET", "Command": "Get-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections", "Variants": [ "List" ], "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Method": "GET", "Command": "Get-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections", "Variants": [ "List1" ], "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Method": "GET", "Command": "Get-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -57935,31 +57838,31 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "GET", "Command": "Get-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -57983,121 +57886,102 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "GET", "Command": "Get-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/groups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "GET", "Command": "Get-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/groups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "GET", "Command": "Get-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Variants": [ "Get", "GetViaIdentity" ], - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", "Command": "Get-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", "Command": "Get-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", "Command": "Get-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", "Command": "Get-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Method": "GET", "Command": "Get-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -58121,39 +58005,39 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Method": "GET", "Command": "Get-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", "Method": "GET", "Command": "Get-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", "Method": "GET", "Command": "Get-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -58161,69 +58045,69 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Method": "GET", "Command": "Get-MgExternalConnectionItemActivity", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Method": "GET", "Command": "Get-MgExternalConnectionItemActivity", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "GET", "Command": "Get-MgExternalConnectionItemActivityPerformedBy", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "GET", "Command": "Get-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -58231,55 +58115,55 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "GET", "Command": "Get-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "GET", "Command": "Get-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "GET", "Command": "Get-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -58287,31 +58171,31 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", "Method": "GET", "Command": "Get-MgExternalConnectionQuota", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/quota", "Variants": [ "Get", "GetViaIdentity" @@ -58321,15 +58205,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/external/connections/{externalConnection-id}/quota" + } }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", "Method": "GET", "Command": "Get-MgExternalConnectionSchema", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/schema", "Variants": [ "Get", "GetViaIdentity" @@ -58353,15 +58237,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/schema" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsSchema1", "Method": "GET", "Command": "Get-MgExternalConnectionSchema", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/schema", "Variants": [ "Get1", "GetViaIdentity1" @@ -58385,40 +58269,40 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/schema" + ] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCompany", "Method": "GET", "Command": "Get-MgFinancial", + "Module": "Financials", + "Uri": "/financials", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/financials" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCompany", "Method": "GET", "Command": "Get-MgFinancialCompany", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCompany", "Method": "GET", "Command": "Get-MgFinancialCompany", + "Module": "Financials", + "Uri": "/financials/companies", "Variants": [ "List" ], @@ -58427,88 +58311,88 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanyAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/accounts/{account-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/accounts/{account-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanyAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/accounts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/accounts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAgedAccountsPayable", "Method": "GET", "Command": "Get-MgFinancialCompanyAgedAccountPayable", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAgedAccountsPayable", "Method": "GET", "Command": "Get-MgFinancialCompanyAgedAccountPayable", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/agedAccountsPayable", "Variants": [ "List" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/agedAccountsPayable" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAgedAccountsReceivable", "Method": "GET", "Command": "Get-MgFinancialCompanyAgedAccountReceivable", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAgedAccountsReceivable", "Method": "GET", "Command": "Get-MgFinancialCompanyAgedAccountReceivable", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", "Variants": [ "List" ], @@ -58517,15 +58401,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCountryRegion", "Method": "GET", "Command": "Get-MgFinancialCompanyCountryRegion", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "Variants": [ "Get", "GetViaIdentity" @@ -58535,27 +58419,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCountryRegion", "Method": "GET", "Command": "Get-MgFinancialCompanyCountryRegion", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/countriesRegions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanyCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "Variants": [ "Get", "GetViaIdentity" @@ -58565,27 +58449,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanyCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/currencies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/currencies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "Variants": [ "Get", "GetViaIdentity" @@ -58595,142 +58479,142 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "Variants": [ "Get", "GetViaIdentity" @@ -58740,284 +58624,284 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphDimension", "Method": "GET", "Command": "Get-MgFinancialCompanyDimension", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphDimension", "Method": "GET", "Command": "Get-MgFinancialCompanyDimension", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/dimensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/dimensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphDimensionValue", "Method": "GET", "Command": "Get-MgFinancialCompanyDimensionValue", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}", "Variants": [ "Get", "Get1", @@ -59029,28 +58913,28 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphDimensionValue", "Method": "GET", "Command": "Get-MgFinancialCompanyDimensionValue", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphEmployee", "Method": "GET", "Command": "Get-MgFinancialCompanyEmployee", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "Variants": [ "Get", "GetViaIdentity" @@ -59060,108 +58944,108 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphEmployee", "Method": "GET", "Command": "Get-MgFinancialCompanyEmployee", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyEmployeePicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyEmployeePicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyEmployeePictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphGeneralLedgerEntry", "Method": "GET", "Command": "Get-MgFinancialCompanyGeneralLedgerEntry", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphGeneralLedgerEntry", "Method": "GET", "Command": "Get-MgFinancialCompanyGeneralLedgerEntry", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/generalLedgerEntries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanyGeneralLedgerEntryAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCompanyInformation1", "Method": "GET", "Command": "Get-MgFinancialCompanyInformation", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -59171,70 +59055,70 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCompanyInformation1", "Method": "GET", "Command": "Get-MgFinancialCompanyInformation", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/companyInformation", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/companyInformation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyInformationPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "GET", "Command": "Get-MgFinancialCompanyItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/items/{item-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "GET", "Command": "Get-MgFinancialCompanyItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", "Command": "Get-MgFinancialCompanyItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "Variants": [ "Get", "Get1", @@ -59246,65 +59130,65 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", "Command": "Get-MgFinancialCompanyItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/itemCategories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/itemCategories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphJournal", "Method": "GET", "Command": "Get-MgFinancialCompanyJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "Variants": [ "Get", "GetViaIdentity" @@ -59314,83 +59198,83 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphJournal", "Method": "GET", "Command": "Get-MgFinancialCompanyJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journals", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanyJournalAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphJournalLine", "Method": "GET", "Command": "Get-MgFinancialCompanyJournalLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphJournalLine", "Method": "GET", "Command": "Get-MgFinancialCompanyJournalLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journalLines", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journalLines" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanyJournalLineAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -59400,27 +59284,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/paymentMethods" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanyPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "Variants": [ "Get", "GetViaIdentity" @@ -59430,1503 +59314,1503 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanyPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/paymentTerms" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPurchaseInvoice", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPurchaseInvoice", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphVendor", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendor", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesCreditMemo", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemo", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesCreditMemo", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemo", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoLineAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesInvoice", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesInvoice", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceLineAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoicePaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleInvoiceShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesOrder", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrder", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesOrder", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrder", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesOrderLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesOrderLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderLineAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanySaleOrderPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesQuote", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuote", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesQuote", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuote", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesQuoteLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphSalesQuoteLine", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphAccount", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteLineAccount", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuotePaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanySaleQuoteShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -60936,27 +60820,27 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/shipmentMethods" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphTaxArea", "Method": "GET", "Command": "Get-MgFinancialCompanyTaxArea", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "Variants": [ "Get", "GetViaIdentity" @@ -60966,57 +60850,57 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphTaxArea", "Method": "GET", "Command": "Get-MgFinancialCompanyTaxArea", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxAreas", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/taxAreas" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphTaxGroup", "Method": "GET", "Command": "Get-MgFinancialCompanyTaxGroup", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphTaxGroup", "Method": "GET", "Command": "Get-MgFinancialCompanyTaxGroup", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxGroups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/taxGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphUnitOfMeasure", "Method": "GET", "Command": "Get-MgFinancialCompanyUnitOfMeasure", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "Variants": [ "Get", "GetViaIdentity" @@ -61026,134 +60910,134 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphUnitOfMeasure", "Method": "GET", "Command": "Get-MgFinancialCompanyUnitOfMeasure", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/unitsOfMeasure" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphVendor", "Method": "GET", "Command": "Get-MgFinancialCompanyVendor", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphVendor", "Method": "GET", "Command": "Get-MgFinancialCompanyVendor", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "GET", "Command": "Get-MgFinancialCompanyVendorCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "GET", "Command": "Get-MgFinancialCompanyVendorPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "GET", "Command": "Get-MgFinancialCompanyVendorPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "GET", "Command": "Get-MgFinancialCompanyVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "GET", "Command": "Get-MgFinancialCompanyVendorPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}", "Variants": [ "Get", "GetViaIdentity" @@ -61189,15 +61073,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgGroup", + "Module": "Groups", + "Uri": "/groups", "Variants": [ "List1" ], @@ -61232,15 +61116,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ], - "Uri": "/groups" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgGroup", + "Module": "Groups", + "Uri": "/groups", "Variants": [ "List" ], @@ -61275,15 +61159,15 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ], - "Uri": "/groups" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -61291,68 +61175,68 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupAcceptedSender", + "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/acceptedSenders" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupAcceptedSender", + "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders", "Variants": [ "List1" ], @@ -61369,15 +61253,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/acceptedSenders" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupAcceptedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "Variants": [ "List" ], @@ -61394,15 +61278,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/acceptedSenders/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupAcceptedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "Variants": [ "List1" ], @@ -61419,28 +61303,28 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/acceptedSenders/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", "Command": "Get-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", "Command": "Get-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments", "Variants": [ "List" ], @@ -61463,15 +61347,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/appRoleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", "Command": "Get-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments", "Variants": [ "List1" ], @@ -61494,80 +61378,80 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/appRoleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", "Command": "Get-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgGroupById", + "Module": "Groups", + "Uri": "/groups/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/groups/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgGroupById", + "Module": "Groups", + "Uri": "/groups/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/groups/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgGroupCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgGroupCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupCalendarEventDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -61591,15 +61475,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/calendar/events/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgGroupCalendarEventDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -61607,211 +61491,211 @@ "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/calendar/events/delta" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", "Command": "Get-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", "Command": "Get-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/calendarPermissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", "Command": "Get-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/calendarPermissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", "Command": "Get-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", "Command": "Get-MgGroupCalendarSchedule", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/getSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/getSchedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", "Command": "Get-MgGroupCalendarSchedule", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/getSchedule", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/getSchedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupCalendarView", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarView", "Variants": [ "List1" ], @@ -61820,15 +61704,15 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/calendar/calendarView" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgGroupCalendarView", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarView", "Variants": [ "List" ], @@ -61837,15 +61721,15 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/calendar/calendarView" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversation1", "Method": "GET", "Command": "Get-MgGroupConversation", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -61853,25 +61737,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversation1", "Method": "GET", "Command": "Get-MgGroupConversation", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations", "Variants": [ "List" ], @@ -61888,15 +61772,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversation", "Method": "GET", "Command": "Get-MgGroupConversation", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations", "Variants": [ "List1" ], @@ -61913,15 +61797,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversation", "Method": "GET", "Command": "Get-MgGroupConversation", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -61939,15 +61823,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread1", "Method": "GET", "Command": "Get-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Variants": [ "Get", "GetViaIdentity" @@ -61965,15 +61849,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread1", "Method": "GET", "Command": "Get-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Variants": [ "List" ], @@ -61990,15 +61874,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread", "Method": "GET", "Command": "Get-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Variants": [ "List1" ], @@ -62015,15 +61899,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread", "Method": "GET", "Command": "Get-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -62031,25 +61915,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPost1", "Method": "GET", "Command": "Get-MgGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "Variants": [ "Get", "Get3", @@ -62069,15 +61953,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPost1", "Method": "GET", "Command": "Get-MgGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "Variants": [ "List" ], @@ -62094,15 +61978,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPost", "Method": "GET", "Command": "Get-MgGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "Variants": [ "List1" ], @@ -62119,15 +62003,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPost", "Method": "GET", "Command": "Get-MgGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "Variants": [ "Get1", "Get2", @@ -62137,38 +62021,38 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Variants": [ "List1" ], @@ -62185,479 +62069,479 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupCreatedOnBehalfOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/createdOnBehalfOf", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/createdOnBehalfOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupCreatedOnBehalfOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/createdOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/createdOnBehalfOf" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgGroupDefaultDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drive", "Variants": [ "Get2", "GetViaIdentity2" @@ -62699,15 +62583,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/drive" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgGroupDefaultDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drive", "Variants": [ "Get", "GetViaIdentity" @@ -62715,49 +62599,49 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/drive" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgGroupDelta", + "Module": "Groups", + "Uri": "/groups/delta", "Variants": [ "Delta" ], @@ -62792,71 +62676,71 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ], - "Uri": "/groups/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgGroupDelta", + "Module": "Groups", + "Uri": "/groups/delta", "Variants": [ "Delta1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/delta" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives", "Variants": [ "List1" ], @@ -62897,15 +62781,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/drives" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives", "Variants": [ "List" ], @@ -62946,2687 +62830,2687 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/drives" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupDriveActivity", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveBundle", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveBundle", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveBundle", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveBundle", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveBundleContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveBundleContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveFollowing", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveFollowing", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/following" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveFollowing", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/following" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveFollowing", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveFollowingContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveFollowingContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupDriveItemActivity", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgGroupDriveItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgGroupDriveItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgGroupDriveItemAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgGroupDriveItemAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveItemChild", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveItemChild", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveItemChild", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveItemChild", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemChildContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemChildContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveItemDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveItemDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgGroupDriveItemListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgGroupDriveItemListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemActivity", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemVersionContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveItemVersionContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphList1", "Method": "GET", "Command": "Get-MgGroupDriveList", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphList", "Method": "GET", "Command": "Get-MgGroupDriveList", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupDriveListActivity", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupDriveListColumnSourceColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupDriveListColumnSourceColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeBase", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeBase", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgGroupDriveListDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgGroupDriveListDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupDriveListItemActivity", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgGroupDriveListItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgGroupDriveListItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgGroupDriveListItemAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgGroupDriveListItemAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgGroupDriveListItemDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveListItemDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveListItemDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveRoot", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveRoot", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupDriveRootActivity", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgGroupDriveRootActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgGroupDriveRootActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgGroupDriveRootAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgGroupDriveRootAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveRootChild", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveRootChild", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveRootChild", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveRootChild", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootChildContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootChildContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveRootDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveRootDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgGroupDriveRootListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgGroupDriveRootListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemActivity", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemAnalytic", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootVersionContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveRootVersionContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveSpecial", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupDriveSpecial", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/special" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveSpecial", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/special" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupDriveSpecial", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveSpecialContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupDriveSpecialContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", "Command": "Get-MgGroupEndpoint", + "Module": "Groups", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "Variants": [ "Get", "GetViaIdentity" @@ -65644,15 +65528,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", "Command": "Get-MgGroupEndpoint", + "Module": "Groups", + "Uri": "/groups/{group-id}/endpoints", "Variants": [ "List" ], @@ -65669,15 +65553,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/endpoints" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", "Variants": [ "Get", "GetViaIdentity" @@ -65685,81 +65569,81 @@ "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/events/{event-id}" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/events" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/events" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -65783,45 +65667,45 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/events/{event-id}" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Variants": [ "List" ], "Permissions": { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Variants": [ "List1" ], @@ -65830,54 +65714,54 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgGroupEventCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/calendar" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgGroupEventCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/calendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -65885,31 +65769,31 @@ "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/events/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgGroupEventDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -65917,370 +65801,370 @@ "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/events/delta" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrence", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrence", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstance", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstance", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventInstance", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventInstance", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances", "Variants": [ "List1" ], @@ -66289,15 +66173,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/instances" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgGroupEventInstance", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances", "Variants": [ "List" ], @@ -66306,542 +66190,542 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/instances" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgGroupEventInstance", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgGroupEventInstanceCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgGroupEventInstanceCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrence", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrence", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceCalendar", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", "Command": "Get-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -66849,25 +66733,25 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", "Command": "Get-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies", "Variants": [ "List" ], @@ -66884,15 +66768,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/groupLifecyclePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", "Command": "Get-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies", "Variants": [ "List1" ], @@ -66909,15 +66793,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/groupLifecyclePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", "Command": "Get-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -66935,15 +66819,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", "Command": "Get-MgGroupLifecyclePolicyByGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/groupLifecyclePolicies", "Variants": [ "List" ], @@ -66960,15 +66844,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/groupLifecyclePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "GET", "Command": "Get-MgGroupLifecyclePolicyByGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/groupLifecyclePolicies", "Variants": [ "List1" ], @@ -66985,103 +66869,60 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/groupLifecyclePolicies" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMember", + "Module": "Groups", + "Uri": "/groups/{group-id}/members", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMember", - "Variants": [ - "List1" - ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": 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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": 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 - }, - { - "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 - } - ], - "Uri": "/groups/{group-id}/members" - }, - { - "ApiVersion": "beta", "Module": "Groups", - "OutputType": null, - "Method": "GET", - "Command": "Get-MgGroupMemberByRef", + "Uri": "/groups/{group-id}/members", "Variants": [ - "List" + "List1" ], "Permissions": [ { @@ -67114,17 +66955,17 @@ "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 } - ], - "Uri": "/groups/{group-id}/members/$ref" + ] }, { - "ApiVersion": "v1.0", - "Module": "Groups", + "ApiVersion": "beta", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupMemberByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/members/$ref", "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -67157,15 +66998,58 @@ "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 } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/members/$ref", + "Variants": [ + "List1" ], - "Uri": "/groups/{group-id}/members/$ref" + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "GroupMember.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "GroupMember.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Get-MgGroupMemberGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", @@ -67175,73 +67059,73 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/getMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Get-MgGroupMemberGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", @@ -67309,15 +67193,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/getMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Get-MgGroupMemberObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", @@ -67391,15 +67275,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/getMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Get-MgGroupMemberObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", @@ -67473,28 +67357,28 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/getMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMemberOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMemberOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf", "Variants": [ "List" ], @@ -67511,19 +67395,31 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMemberOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf", "Variants": [ "List1" ], "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, { "Name": "Group.Read.All", "Description": "Read all groups", @@ -67536,78 +67432,78 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMemberOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseError", + "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseError", + "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/membersWithLicenseErrors" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseError", + "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/membersWithLicenseErrors" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseError", + "Module": "Groups", + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", "Command": "Get-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -67615,43 +67511,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", "Command": "Get-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks", "Variants": [ "List" ], @@ -67686,15 +67582,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", "Command": "Get-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks", "Variants": [ "List1" ], @@ -67729,15 +67625,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", "Command": "Get-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Get", "GetViaIdentity" @@ -67745,73 +67641,73 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "List1" ], @@ -67846,15 +67742,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "List" ], @@ -67889,15 +67785,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "List1" ], @@ -67932,61 +67828,17 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookSectionGroup", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups" - }, - { - "ApiVersion": "beta", "Module": "Notes", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Method": "GET", - "Command": "Get-MgGroupOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ - "Get1", - "GetViaIdentity1" + "List" ], "Permissions": [ { @@ -68019,18 +67871,18 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}" + ] }, { - "ApiVersion": "v1.0", - "Module": "Notes", + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", "Command": "Get-MgGroupOnenoteOperation", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -68063,15 +67915,59 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgGroupOnenoteOperation", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Variants": [ + "Get", + "GetViaIdentity" ], - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}" + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", "Command": "Get-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -68079,37 +67975,37 @@ "Permissions": [ { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", "Command": "Get-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages", "Variants": [ "List" ], @@ -68138,15 +68034,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages", "Variants": [ "List1" ], @@ -68175,15 +68071,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -68191,63 +68087,63 @@ "Permissions": [ { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupOnenotePageContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupOnenotePageContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", "Command": "Get-MgGroupOnenoteRecentNotebook", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Variants": [ "Get", "GetViaIdentity" @@ -68255,43 +68151,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", "Command": "Get-MgGroupOnenoteRecentNotebook", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Variants": [ "Get1", "GetViaIdentity1" @@ -68327,41 +68223,41 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", "Command": "Get-MgGroupOnenoteResource", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", "Command": "Get-MgGroupOnenoteResource", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupOnenoteResourceContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Get1", "GetViaIdentity1" @@ -68369,37 +68265,37 @@ "Permissions": [ { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupOnenoteResourceContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Get", "GetViaIdentity" @@ -68429,15 +68325,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -68473,15 +68369,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections", "Variants": [ "List1" ], @@ -68516,58 +68412,58 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections", "Variants": [ "List" ], "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -68575,43 +68471,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -68647,15 +68543,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Variants": [ "List2", "List3" @@ -68663,43 +68559,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Variants": [ "List", "List1" @@ -68735,15 +68631,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Get", "GetViaIdentity" @@ -68751,43 +68647,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "List1" ], @@ -68822,15 +68718,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "List" ], @@ -68865,15 +68761,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", "Command": "Get-MgGroupOnenoteSectionPage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "List1" ], @@ -68902,15 +68798,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgGroupOnenoteSectionPage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "List" ], @@ -68939,58 +68835,58 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupOwner", + "Module": "Groups", + "Uri": "/groups/{group-id}/owners", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/owners" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupOwner", + "Module": "Groups", + "Uri": "/groups/{group-id}/owners", "Variants": [ "List1" ], @@ -69025,15 +68921,15 @@ "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 } - ], - "Uri": "/groups/{group-id}/owners" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupOwnerByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/$ref", "Variants": [ "List" ], @@ -69068,15 +68964,15 @@ "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 } - ], - "Uri": "/groups/{group-id}/owners/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupOwnerByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/$ref", "Variants": [ "List1" ], @@ -69111,28 +69007,28 @@ "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 } - ], - "Uri": "/groups/{group-id}/owners/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants", "Variants": [ "List" ], @@ -69161,185 +69057,185 @@ "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 } - ], - "Uri": "/groups/{group-id}/permissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/permissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", "Command": "Get-MgGroupPermissionGrantAvailableExtensionProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/getAvailableExtensionProperties", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/getAvailableExtensionProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgGroupPermissionGrantById", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgGroupPermissionGrantById", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/getByIds", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Get-MgGroupPermissionGrantMemberGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Get-MgGroupPermissionGrantMemberGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Get-MgGroupPermissionGrantMemberObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Get-MgGroupPermissionGrantMemberObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgGroupPermissionGrantUserOwnedObject", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgGroupPhoto", + "Module": "Groups", + "Uri": "/groups/{group-id}/photo", "Variants": [ "Get", "Get1", @@ -69348,52 +69244,52 @@ ], "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 - }, - "Uri": "/groups/{group-id}/photo" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgGroupPhoto", + "Module": "Groups", + "Uri": "/groups/{group-id}/photos", "Variants": [ "List" ], "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 - }, - "Uri": "/groups/{group-id}/photos" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgGroupPhoto", + "Module": "Groups", + "Uri": "/groups/{group-id}/photos", "Variants": [ "List1" ], "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 - }, - "Uri": "/groups/{group-id}/photos" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgGroupPhoto", + "Module": "Groups", + "Uri": "/groups/{group-id}/photo", "Variants": [ "Get2", "Get3", @@ -69405,15 +69301,15 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupPhotoContent", + "Module": "Groups", + "Uri": "/groups/{group-id}/photo/$value", "Variants": [ "Get", "Get1", @@ -69425,15 +69321,15 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/photo/$value" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupPhotoContent", + "Module": "Groups", + "Uri": "/groups/{group-id}/photo/$value", "Variants": [ "Get2", "Get3", @@ -69445,91 +69341,91 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/photo/$value" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerGroup", "Method": "GET", "Command": "Get-MgGroupPlanner", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerGroup1", "Method": "GET", "Command": "Get-MgGroupPlanner", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgGroupPlannerPlan", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgGroupPlannerPlan", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/planner/plans" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", "Command": "Get-MgGroupPlannerPlan", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans", "Variants": [ "List" ], @@ -69558,102 +69454,102 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/planner/plans" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", "Command": "Get-MgGroupPlannerPlan", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", "Command": "Get-MgGroupPlannerPlanBucket", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "GET", "Command": "Get-MgGroupPlannerPlanBucket", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlanDetails1", "Method": "GET", "Command": "Get-MgGroupPlannerPlanDetail", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Method": "GET", "Command": "Get-MgGroupPlannerPlanDetail", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", "Command": "Get-MgGroupPlannerPlanTask", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", "Command": "Get-MgGroupPlannerPlanTask", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupRejectedSender", + "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders", "Variants": [ "List" ], @@ -69670,90 +69566,90 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/rejectedSenders" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupRejectedSender", + "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/rejectedSenders" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupRejectedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/rejectedSenders/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupRejectedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/rejectedSenders/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "GET", "Command": "Get-MgGroupSetting", + "Module": "Groups", + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "Variants": [ "Get", "GetViaIdentity" @@ -69783,15 +69679,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "GET", "Command": "Get-MgGroupSetting", + "Module": "Groups", + "Uri": "/groups/{group-id}/settings", "Variants": [ "List" ], @@ -69820,1954 +69716,1954 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgGroupSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgGroupSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgGroupSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites", "Variants": [ "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgGroupSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgGroupSiteActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgGroupSiteActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgGroupSiteAnalytic", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgGroupSiteAnalytic", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteApplicableContentTypeForList", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteApplicableContentTypeForList", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgGroupSiteByPath", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgGroupSiteByPath", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgGroupSiteDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgGroupSiteDrive", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drive", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/drive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgGroupSiteDrive", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drives", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/drives" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgGroupSiteDrive", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drives", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/drives" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgGroupSiteDrive", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/drive", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/drive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteExternalColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteExternalColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteExternalColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteExternalColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphBaseItem", "Method": "GET", "Command": "Get-MgGroupSiteItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphBaseItem", "Method": "GET", "Command": "Get-MgGroupSiteItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphBaseItem1", "Method": "GET", "Command": "Get-MgGroupSiteItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphBaseItem1", "Method": "GET", "Command": "Get-MgGroupSiteItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphList", "Method": "GET", "Command": "Get-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphList", "Method": "GET", "Command": "Get-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphList1", "Method": "GET", "Command": "Get-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphList1", "Method": "GET", "Command": "Get-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupSiteListActivity", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeBase", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeBase", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeBaseType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeBaseType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeBaseType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeBaseType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgGroupSiteListDrive", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgGroupSiteListDrive", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgGroupSiteListItemActivity", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgGroupSiteListItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgGroupSiteListItemActivityByInterval", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgGroupSiteListItemAnalytic", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgGroupSiteListItemAnalytic", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgGroupSiteListItemDelta", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupSiteListItemDriveItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupSiteListItemDriveItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSiteListItemDriveItemContent", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSiteListItemDriveItemContent", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSiteListItemField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSiteListItemField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSiteListItemVersionField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSiteListItemVersionField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSitePage", "Method": "GET", "Command": "Get-MgGroupSitePage", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSitePage", "Method": "GET", "Command": "Get-MgGroupSitePage", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphCanvasLayout", "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayout", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPart", "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphWebPartPosition", "Method": "POST", "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphVerticalSection", "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSection", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPart", "Method": "GET", "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphWebPartPosition", "Method": "POST", "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupSitePageWebPart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPart", "Method": "GET", "Command": "Get-MgGroupSitePageWebPart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphWebPart", "Method": "POST", "Command": "Get-MgGroupSitePageWebPartByPosition", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphWebPartPosition", "Method": "POST", "Command": "Get-MgGroupSitePageWebPartPositionOfWebPart", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStore", "Method": "GET", "Command": "Get-MgGroupSiteTermStore", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStore1", "Method": "GET", "Command": "Get-MgGroupSiteTermStore", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStore1", "Method": "GET", "Command": "Get-MgGroupSiteTermStore", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Variants": [ "List1", "List2", "List3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Variants": [ "Get1", "Get2", @@ -71776,575 +71672,575 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Variants": [ "List1", "List2", "List3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Get1", "Get2", @@ -72353,955 +72249,955 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "List1", "List2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgGroupSubSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgGroupSubSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/sites", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/sites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgGroupSubSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/sites", "Variants": [ "List3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/sites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgGroupSubSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam", "Method": "GET", "Command": "Get-MgGroupTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team", "Variants": [ "Get", "GetViaIdentity" @@ -73311,15 +73207,15 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/team" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam1", "Method": "GET", "Command": "Get-MgGroupTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team", "Variants": [ "Get1", "GetViaIdentity1" @@ -73329,15 +73225,15 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/team" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -73347,15 +73243,15 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/team/channels/{channel-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels", "Variants": [ "List1" ], @@ -73364,32 +73260,32 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/team/channels" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels", "Variants": [ "List3" ], "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 - }, - "Uri": "/groups/{group-id}/team/channels" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Variants": [ "Get3", "GetViaIdentity3" @@ -73399,2017 +73295,2017 @@ "Description": "Read all groups", "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/team/channels/{channel-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupTeamChannelFileFolder", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupTeamChannelFileFolder", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgGroupTeamChannelTabTeamApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgGroupTeamChannelTabTeamApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgGroupTeamGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/group", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/group" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgGroupTeamGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/group", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/group" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgGroupTeamIncomingChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgGroupTeamIncomingChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/incomingChannels", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/incomingChannels" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgGroupTeamIncomingChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/incomingChannels", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/incomingChannels" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgGroupTeamIncomingChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgGroupTeamInstalledApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgGroupTeamInstalledApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", "Command": "Get-MgGroupTeamInstalledApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", "Command": "Get-MgGroupTeamInstalledApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgGroupTeamInstalledAppTeamApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgGroupTeamInstalledAppTeamApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", "Command": "Get-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", "Command": "Get-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "GET", "Command": "Get-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "GET", "Command": "Get-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgGroupTeamOwner", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/owners/{user-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/owners/{user-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgGroupTeamOwner", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/owners", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/owners" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgGroupTeamPermissionGrant", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgGroupTeamPermissionGrant", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/permissionGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgGroupTeamPhoto", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgGroupTeamPhoto", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupTeamPhotoContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo/$value", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupTeamPhotoContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo/$value", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedule1", "Method": "GET", "Command": "Get-MgGroupTeamSchedule", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedule", "Method": "GET", "Command": "Get-MgGroupTeamSchedule", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift", "Method": "GET", "Command": "Get-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift", "Method": "GET", "Command": "Get-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "GET", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeCards" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", "Command": "Get-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", "Command": "Get-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", "Command": "Get-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", "Command": "Get-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", "Command": "Get-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", "Command": "Get-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", "Command": "Get-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", "Command": "Get-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupTeamTemplate", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/template", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/template" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupTeamTemplate", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/template", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/template" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "GET", "Command": "Get-MgGroupTeamTemplateDefinition", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/templateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/templateDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread1", "Method": "GET", "Command": "Get-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Variants": [ "Get", "GetViaIdentity" @@ -75417,25 +75313,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread1", "Method": "GET", "Command": "Get-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads", "Variants": [ "List" ], @@ -75452,40 +75348,40 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/threads" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread", "Method": "GET", "Command": "Get-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/threads" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread", "Method": "GET", "Command": "Get-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -75493,25 +75389,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPost1", "Method": "GET", "Command": "Get-MgGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "Variants": [ "Get", "Get1", @@ -75531,40 +75427,40 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPost1", "Method": "GET", "Command": "Get-MgGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPost", "Method": "GET", "Command": "Get-MgGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "Variants": [ "List1" ], @@ -75581,15 +75477,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPost", "Method": "GET", "Command": "Get-MgGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "Variants": [ "Get2", "Get3", @@ -75609,28 +75505,28 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Variants": [ "List" ], @@ -75647,15 +75543,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Variants": [ "List1" ], @@ -75672,441 +75568,441 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgGroupThreadPostMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgGroupThreadPostMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupTransitiveMember", + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupTransitiveMember", + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers", "Variants": [ "List" ], @@ -76141,15 +76037,15 @@ "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 } - ], - "Uri": "/groups/{group-id}/transitiveMembers" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupTransitiveMember", + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers", "Variants": [ "List1" ], @@ -76184,78 +76080,78 @@ "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 } - ], - "Uri": "/groups/{group-id}/transitiveMembers" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupTransitiveMember", + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf", "Variants": [ "List1" ], @@ -76284,41 +76180,41 @@ "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOf", + "Module": "Groups", + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgGroupUserOwnedObject", + "Module": "Groups", + "Uri": "/groups/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/groups/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "GET", "Command": "Get-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -76328,15 +76224,15 @@ "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 - }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "GET", "Command": "Get-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors", "Variants": [ "List" ], @@ -76345,15 +76241,15 @@ "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 - }, - "Uri": "/identity/apiConnectors" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "GET", "Command": "Get-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors", "Variants": [ "List1" ], @@ -76362,58 +76258,58 @@ "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 - }, - "Uri": "/identity/apiConnectors" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "GET", "Command": "Get-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventListener", + "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventListener", + "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventListeners", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identity/authenticationEventListeners" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "Variants": [ "Get", "GetViaIdentity" @@ -76431,15 +76327,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows", "Variants": [ "List" ], @@ -76456,28 +76352,28 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", "Variants": [ "List", "List1" @@ -76487,32 +76383,32 @@ "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", "Variants": [ "List" ], "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -76520,50 +76416,50 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -76581,40 +76477,40 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Get", "GetViaIdentity" @@ -76622,25 +76518,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -76658,15 +76554,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Variants": [ "List" ], @@ -76683,15 +76579,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Get", "GetViaIdentity" @@ -76709,15 +76605,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -76735,15 +76631,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", "Variants": [ "List" ], @@ -76760,15 +76656,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentOrder", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", "Variants": [ "Get", "GetViaIdentity" @@ -76786,28 +76682,28 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Variants": [ "Get", "GetViaIdentity" @@ -76815,25 +76711,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows", "Variants": [ "List" ], @@ -76850,40 +76746,40 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2xUserFlows" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -76901,28 +76797,28 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", "Variants": [ "List", "List3" @@ -76932,15 +76828,15 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", "Variants": [ "List1", "List2" @@ -76950,62 +76846,62 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProvider", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Variants": [ "List1" ], "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Variants": [ "List" ], "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77023,40 +76919,40 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Variants": [ "List1" ], @@ -77073,15 +76969,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -77089,25 +76985,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -77115,25 +77011,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Variants": [ "List1" ], @@ -77150,15 +77046,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Variants": [ "List" ], @@ -77175,15 +77071,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77201,15 +77097,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Get1", "GetViaIdentity1" @@ -77227,15 +77123,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Get", "GetViaIdentity" @@ -77253,15 +77149,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -77269,25 +77165,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Variants": [ "List1" ], @@ -77304,15 +77200,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Variants": [ "List" ], @@ -77329,15 +77225,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77355,15 +77251,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Get1", "GetViaIdentity1" @@ -77371,25 +77267,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Get", "GetViaIdentity" @@ -77407,15 +77303,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -77433,15 +77329,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Variants": [ "List1" ], @@ -77458,15 +77354,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Variants": [ "List" ], @@ -77483,15 +77379,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77499,25 +77395,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", "Variants": [ "Get1", "GetViaIdentity1" @@ -77535,15 +77431,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", "Variants": [ "Get", "GetViaIdentity" @@ -77561,59 +77457,59 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Variants": [ "List1" ], @@ -77630,15 +77526,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Variants": [ "List" ], @@ -77655,15 +77551,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77673,27 +77569,27 @@ "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 - }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrength", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77717,15 +77613,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "Variants": [ "List" ], @@ -77748,40 +77644,40 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77805,15 +77701,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Variants": [ "List" ], @@ -77836,15 +77732,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphNamedLocation", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77854,15 +77750,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphNamedLocation", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations", "Variants": [ "List" ], @@ -77871,32 +77767,32 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/namedLocations" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphNamedLocation", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations", "Variants": [ "List1" ], "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 - }, - "Uri": "/identity/conditionalAccess/namedLocations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphNamedLocation", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -77906,15 +77802,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77924,15 +77820,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies", "Variants": [ "List" ], @@ -77941,15 +77837,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/policies" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies", "Variants": [ "List1" ], @@ -77958,15 +77854,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/policies" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -77976,15 +77872,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessTemplate", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -77994,49 +77890,49 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessTemplate", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/templates", "Variants": [ "List" ], "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 - }, - "Uri": "/identity/conditionalAccess/templates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessTemplate", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/templates", "Variants": [ "List1" ], "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 - }, - "Uri": "/identity/conditionalAccess/templates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", "Method": "GET", "Command": "Get-MgIdentityConditionalAccessTemplate", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -78046,15 +77942,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", "Method": "GET", "Command": "Get-MgIdentityContinuouAccessEvaluationPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/continuousAccessEvaluationPolicy", "Variants": [ "Get" ], @@ -78063,266 +77959,266 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/identity/continuousAccessEvaluationPolicy" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Method": "GET", "Command": "Get-MgIdentityCustomAuthenticationExtension", + "Module": "Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Method": "GET", "Command": "Get-MgIdentityCustomAuthenticationExtension", + "Module": "Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identity/customAuthenticationExtensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -78340,15 +78236,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions", "Variants": [ "List" ], @@ -78365,15 +78261,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions", "Variants": [ "List1" ], @@ -78390,15 +78286,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -78406,25 +78302,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -78442,65 +78338,65 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -78508,38 +78404,38 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Variants": [ "List" ], @@ -78556,15 +78452,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Variants": [ "List1" ], @@ -78581,28 +78477,28 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -78620,15 +78516,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Variants": [ "List" ], @@ -78645,40 +78541,40 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -78696,66 +78592,66 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -78773,15 +78669,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Variants": [ "List" ], @@ -78798,40 +78694,40 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -78839,25 +78735,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -78865,50 +78761,50 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Variants": [ "List1" ], @@ -78925,15 +78821,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -78951,33 +78847,33 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Variants": [ "List" ], @@ -78986,15 +78882,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Variants": [ "List1" ], @@ -79003,15 +78899,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -79021,45 +78917,45 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Variants": [ "List" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Variants": [ "List1" ], @@ -79068,28 +78964,28 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/policy", "Variants": [ "Get" ], @@ -79106,15 +79002,15 @@ "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/policy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAppConsentRequest1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -79122,50 +79018,50 @@ "Permissions": [ { "Name": "ConsentRequest.Read.All", - "Description": "Read consent requests", - "FullDescription": "Allows the app to read consent requests and approvals, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAppConsentRequest1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Variants": [ "List" ], "Permissions": [ { "Name": "ConsentRequest.Read.All", - "Description": "Read consent requests", - "FullDescription": "Allows the app to read consent requests and approvals, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Variants": [ "List1" ], @@ -79182,15 +79078,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -79198,25 +79094,25 @@ "Permissions": [ { "Name": "ConsentRequest.Read.All", - "Description": "Read consent requests", - "FullDescription": "Allows the app to read consent requests and approvals, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUserConsentRequest1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -79234,15 +79130,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUserConsentRequest1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Variants": [ "List" ], @@ -79259,15 +79155,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Variants": [ "List1" ], @@ -79284,15 +79180,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -79310,91 +79206,91 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApproval1", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStage", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStage", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Variants": [ "Get", "GetViaIdentity" @@ -79412,15 +79308,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "Variants": [ "List" ], @@ -79437,15 +79333,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Variants": [ "Get", "GetViaIdentity" @@ -79463,15 +79359,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Variants": [ "List" ], @@ -79488,71 +79384,71 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphDeletedItemContainer", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "Variants": [ "List" ], @@ -79569,165 +79465,165 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{user-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{user-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "Variants": [ "Get", "GetViaIdentity" @@ -79735,101 +79631,101 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Get", "GetViaIdentity" @@ -79847,15 +79743,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Variants": [ "List" ], @@ -79872,41 +79768,41 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Variants": [ "List" ], @@ -79923,15 +79819,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "Variants": [ "Get" ], @@ -79948,15 +79844,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/settings" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -79974,15 +79870,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "Variants": [ "List" ], @@ -79999,92 +79895,92 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Variants": [ "List" ], @@ -80101,41 +79997,41 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -80153,15 +80049,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "Variants": [ "List" ], @@ -80178,142 +80074,142 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Variants": [ "List" ], @@ -80330,15 +80226,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Variants": [ "Get", "GetViaIdentity" @@ -80356,15 +80252,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "Variants": [ "List" ], @@ -80381,15 +80277,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -80399,32 +80295,32 @@ "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true - }, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements", "Variants": [ "List1" ], "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 - }, - "Uri": "/identityGovernance/termsOfUse/agreements" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements", "Variants": [ "List" ], @@ -80433,215 +80329,215 @@ "Description": "Read all terms of use agreements", "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true - }, - "Uri": "/identityGovernance/termsOfUse/agreements" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Variants": [ "List2", "List3" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFile", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFile", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "GET", "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Variants": [ "Get", "GetViaIdentity" @@ -80659,40 +80555,40 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/identityProviders" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders", "Variants": [ "List1" ], @@ -80709,15 +80605,15 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/identityProviders" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "GET", "Command": "Get-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -80725,25 +80621,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlow", "Method": "GET", "Command": "Get-MgIdentityUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlows/{identityUserFlow-id}", "Variants": [ "Get", "GetViaIdentity" @@ -80761,15 +80657,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/userFlows/{identityUserFlow-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlow", "Method": "GET", "Command": "Get-MgIdentityUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlows", "Variants": [ "List" ], @@ -80786,15 +80682,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/userFlows" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", "Command": "Get-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Variants": [ "Get", "GetViaIdentity" @@ -80802,25 +80698,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", "Command": "Get-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes", "Variants": [ "List" ], @@ -80837,15 +80733,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/userFlowAttributes" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", "Command": "Get-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes", "Variants": [ "List1" ], @@ -80862,15 +80758,15 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/userFlowAttributes" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "GET", "Command": "Get-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -80878,73 +80774,73 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtection1", "Method": "GET", "Command": "Get-MgInformationProtection", + "Module": "Identity.SignIns", + "Uri": "/informationProtection", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/informationProtection" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtection", "Method": "GET", "Command": "Get-MgInformationProtection", + "Module": "Identity.SignIns", + "Uri": "/informationProtection", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/informationProtection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlocker", "Method": "GET", "Command": "Get-MgInformationProtectionBitlocker", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/bitlocker", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/informationProtection/bitlocker" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlocker", "Method": "GET", "Command": "Get-MgInformationProtectionBitlocker", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/bitlocker", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/informationProtection/bitlocker" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Variants": [ "Get", "GetViaIdentity" @@ -80962,15 +80858,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/bitlocker/recoveryKeys", "Variants": [ "List" ], @@ -80987,15 +80883,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/informationProtection/bitlocker/recoveryKeys" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/bitlocker/recoveryKeys", "Variants": [ "List1" ], @@ -81012,15 +80908,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/informationProtection/bitlocker/recoveryKeys" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -81038,52 +80934,52 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", "Command": "Get-MgInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", "Command": "Get-MgInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/informationProtection/dataLossPreventionPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Method": "GET", "Command": "Get-MgInformationProtectionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/informationProtection/policy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", "Command": "Get-MgInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "Variants": [ "Get", "GetViaIdentity" @@ -81093,15 +80989,15 @@ "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 - }, - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", "Command": "Get-MgInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels", "Variants": [ "List" ], @@ -81110,27 +81006,27 @@ "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 - }, - "Uri": "/informationProtection/policy/labels" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Method": "GET", "Command": "Get-MgInformationProtectionSensitivityPolicySetting", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/sensitivityPolicySettings", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/informationProtection/sensitivityPolicySettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -81140,15 +81036,15 @@ "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 - }, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests", "Variants": [ "List" ], @@ -81157,15 +81053,15 @@ "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 - }, - "Uri": "/informationProtection/threatAssessmentRequests" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests", "Variants": [ "List1" ], @@ -81174,15 +81070,15 @@ "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 - }, - "Uri": "/informationProtection/threatAssessmentRequests" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -81192,65 +81088,65 @@ "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 - }, - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", "Command": "Get-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Get", "GetViaIdentity" @@ -81274,46 +81170,46 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", "Command": "Get-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/oauth2PermissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", "Command": "Get-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants", "Variants": [ "List1" ], @@ -81336,15 +81232,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", "Command": "Get-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -81368,46 +81264,46 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", "Command": "Get-MgOauth2PermissionGrantDelta", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/delta", "Variants": [ "Delta" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/oauth2PermissionGrants/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", "Command": "Get-MgOauth2PermissionGrantDelta", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/delta", "Variants": [ "Delta1" ], @@ -81430,15 +81326,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants/delta" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphOfficeClientConfiguration", "Method": "GET", "Command": "Get-MgOfficeClientConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -81456,15 +81352,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphOfficeClientConfiguration", "Method": "GET", "Command": "Get-MgOfficeClientConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations", "Variants": [ "List" ], @@ -81481,108 +81377,108 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/officeConfiguration/clientConfigurations" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", "Method": "GET", "Command": "Get-MgOfficeClientConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", "Method": "GET", "Command": "Get-MgOfficeClientConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOfficeClientConfigurationPolicyPayload", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/policyPayload", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/policyPayload" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOfficeClientConfigurationUserPreferencePayload", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/userPreferencePayload", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/userPreferencePayload" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphOfficeConfiguration", "Method": "GET", "Command": "Get-MgOfficeConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/officeConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfile", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfile", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -81592,15 +81488,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", "Variants": [ "List" ], @@ -81609,15 +81505,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "Variants": [ "Get", "GetViaIdentity" @@ -81627,15 +81523,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", "Variants": [ "List", "List1", @@ -81646,256 +81542,256 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPublishedResource", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPublishedResource", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnector", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnector", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnector", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnector", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplicationLogo", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnector", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorGroupMember", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorGroupMemberByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorMemberOf", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgOnPremisePublishingProfileConnectorMemberOfByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPublishedResource", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfilePublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPublishedResource", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfilePublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", "Variants": [ "List" ], @@ -81904,39 +81800,39 @@ "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 - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "GET", "Command": "Get-MgOnPremisePublishingProfilePublishedResourceAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganization", "Method": "GET", "Command": "Get-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", "Variants": [ "Get", "GetViaIdentity" @@ -81966,15 +81862,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/organization/{organization-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganization", "Method": "GET", "Command": "Get-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization", "Variants": [ "List" ], @@ -82033,15 +81929,15 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/organization" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganization1", "Method": "GET", "Command": "Get-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization", "Variants": [ "List1" ], @@ -82100,15 +81996,15 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/organization" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganization1", "Method": "GET", "Command": "Get-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -82116,37 +82012,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/organization/{organization-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganizationalBranding1", "Method": "GET", "Command": "Get-MgOrganizationBranding", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", "Variants": [ "Get", "GetViaIdentity" @@ -82176,15 +82072,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/organization/{organization-id}/branding" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganizationalBranding", "Method": "GET", "Command": "Get-MgOrganizationBranding", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", "Variants": [ "Get1", "GetViaIdentity1" @@ -82214,106 +82110,106 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/organization/{organization-id}/branding" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingBackgroundImage", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/backgroundImage" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingBackgroundImage", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/backgroundImage" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingBannerLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/bannerLogo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingBannerLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/bannerLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingCustomCss", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/customCSS", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/customCSS" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingFavicon", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/favicon", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/favicon" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingHeaderLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/headerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/headerLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Variants": [ "Get", "GetViaIdentity" @@ -82343,54 +82239,17 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalization", - "Variants": [ - "List" - ], - "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 - }, - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": 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 and photo.", - "IsAdmin": false - } - ], - "Uri": "/organization/{organization-id}/branding/localizations" - }, - { - "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", "Variants": [ - "List1" + "List" ], "Permissions": [ { @@ -82417,18 +82276,17 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/organization/{organization-id}/branding/localizations" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations", "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], "Permissions": [ { @@ -82455,210 +82313,248 @@ "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 and photo.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Variants": [ + "Get1", + "GetViaIdentity1" ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}" + "Permissions": [ + { + "Name": "Organization.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationFavicon", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingSquareLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/squareLogo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingSquareLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/squareLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationBrandingSquareLogoDark", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/squareLogoDark" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgOrganizationById", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/organization/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgOrganizationById", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/organization/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Module": "Identity.SignIns", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -82676,15 +82572,15 @@ "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 } - ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Module": "Identity.SignIns", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Variants": [ "List" ], @@ -82701,40 +82597,40 @@ "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 } - ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Module": "Identity.SignIns", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Module": "Identity.SignIns", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -82742,148 +82638,148 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Get-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgOrganizationMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgOrganizationMemberGroup", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgOrganizationMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Get-MgOrganizationMemberObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganizationSettings", "Method": "GET", "Command": "Get-MgOrganizationSetting", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInsightsSettings", "Method": "GET", "Command": "Get-MgOrganizationSettingContactInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/contactInsights", "Variants": [ "Get", "GetViaIdentity" @@ -82901,15 +82797,15 @@ "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 } - ], - "Uri": "/organization/{organization-id}/settings/contactInsights" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInsightsSettings", "Method": "GET", "Command": "Get-MgOrganizationSettingItemInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/itemInsights", "Variants": [ "Get", "GetViaIdentity" @@ -82927,15 +82823,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/organization/{organization-id}/settings/itemInsights" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", "Method": "GET", "Command": "Get-MgOrganizationSettingMicrosoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "Variants": [ "Get", "GetViaIdentity" @@ -82953,15 +82849,15 @@ "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 } - ], - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInsightsSettings", "Method": "GET", "Command": "Get-MgOrganizationSettingPersonInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/peopleInsights", "Variants": [ "Get", "GetViaIdentity" @@ -82969,147 +82865,147 @@ "Permissions": [ { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/organization/{organization-id}/settings/peopleInsights" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphProfileCardProperty", "Method": "GET", "Command": "Get-MgOrganizationSettingProfileCardProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphProfileCardProperty", "Method": "GET", "Command": "Get-MgOrganizationSettingProfileCardProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/profileCardProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/profileCardProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgOrganizationUserOwnedObject", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/organization/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphPlace", "Method": "GET", "Command": "Get-MgPlace", + "Module": "Calendar", + "Uri": "/places/{place-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/places/{place-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphPlace", "Method": "GET", "Command": "Get-MgPlace", + "Module": "Calendar", + "Uri": "/places", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/places" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphPlace1", "Method": "GET", "Command": "Get-MgPlace", + "Module": "Calendar", + "Uri": "/places", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/places" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphPlace1", "Method": "GET", "Command": "Get-MgPlace", + "Module": "Calendar", + "Uri": "/places/{place-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/places/{place-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlanner", "Method": "GET", "Command": "Get-MgPlanner", + "Module": "Planner", + "Uri": "/planner", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/planner" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlanner1", "Method": "GET", "Command": "Get-MgPlanner", + "Module": "Planner", + "Uri": "/planner", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/planner" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", "Command": "Get-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -83117,74 +83013,74 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/buckets/{plannerBucket-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", "Command": "Get-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/buckets" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "GET", "Command": "Get-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets", "Variants": [ "List" ], @@ -83213,15 +83109,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/buckets" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "GET", "Command": "Get-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", "Variants": [ "Get", "GetViaIdentity" @@ -83251,52 +83147,52 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/buckets/{plannerBucket-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", "Command": "Get-MgPlannerBucketTask", + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/buckets/{plannerBucket-id}/tasks" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", "Command": "Get-MgPlannerBucketTask", + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "Variants": [ "List" ], @@ -83325,15 +83221,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/buckets/{plannerBucket-id}/tasks" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -83363,15 +83259,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans", "Variants": [ "List1" ], @@ -83400,15 +83296,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", "Command": "Get-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans", "Variants": [ "List" ], @@ -83437,15 +83333,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", "Command": "Get-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", "Variants": [ "Get", "GetViaIdentity" @@ -83453,37 +83349,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "GET", "Command": "Get-MgPlannerPlanBucket", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/buckets", "Variants": [ "List1" ], @@ -83512,15 +83408,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}/buckets" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "GET", "Command": "Get-MgPlannerPlanBucket", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/buckets", "Variants": [ "List" ], @@ -83549,15 +83445,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}/buckets" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlanDetails1", "Method": "GET", "Command": "Get-MgPlannerPlanDetail", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/details", "Variants": [ "Get1", "GetViaIdentity1" @@ -83565,37 +83461,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}/details" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Method": "GET", "Command": "Get-MgPlannerPlanDetail", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/details", "Variants": [ "Get", "GetViaIdentity" @@ -83625,15 +83521,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}/details" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", "Command": "Get-MgPlannerPlanTask", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "Variants": [ "List1" ], @@ -83662,15 +83558,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}/tasks" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", "Command": "Get-MgPlannerPlanTask", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "Variants": [ "List" ], @@ -83699,15 +83595,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}/tasks" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerRoster", "Method": "GET", "Command": "Get-MgPlannerRoster", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}", "Variants": [ "Get", "GetViaIdentity" @@ -83725,27 +83621,27 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/rosters/{plannerRoster-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerRoster", "Method": "GET", "Command": "Get-MgPlannerRoster", + "Module": "Planner", + "Uri": "/planner/rosters", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/planner/rosters" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerRosterMember", "Method": "GET", "Command": "Get-MgPlannerRosterMember", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "Variants": [ "Get", "GetViaIdentity" @@ -83753,25 +83649,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerRosterMember", "Method": "GET", "Command": "Get-MgPlannerRosterMember", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members", "Variants": [ "List" ], @@ -83788,28 +83684,28 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/rosters/{plannerRoster-id}/members" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgPlannerRosterPlan", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgPlannerRosterPlan", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/plans", "Variants": [ "List" ], @@ -83826,15 +83722,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/rosters/{plannerRoster-id}/plans" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", "Command": "Get-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -83842,74 +83738,74 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", "Command": "Get-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", "Command": "Get-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks", "Variants": [ "List" ], @@ -83938,15 +83834,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", "Command": "Get-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}", "Variants": [ "Get", "GetViaIdentity" @@ -83976,15 +83872,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat1", "Method": "GET", "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Variants": [ "Get1", "GetViaIdentity1" @@ -83992,113 +83888,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Method": "GET", "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": 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 - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false - } - ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat" - }, - { - "ApiVersion": "beta", - "Module": "Planner", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat1", - "Method": "GET", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": 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 - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false - } - ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat" - }, - { - "ApiVersion": "v1.0", "Module": "Planner", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "Method": "GET", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" @@ -84128,53 +83948,53 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat1", + "Method": "GET", + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Variants": [ + "Get1", + "GetViaIdentity1" ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat" - }, - { - "ApiVersion": "beta", - "Module": "Planner", - "OutputType": "IMicrosoftGraphPlannerTaskDetails1", - "Method": "GET", - "Command": "Get-MgPlannerTaskDetail", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": 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 - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false - } - ], - "Uri": "/planner/tasks/{plannerTask-id}/details" + "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 + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": 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 + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Method": "GET", - "Command": "Get-MgPlannerTaskDetail", + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" @@ -84204,15 +84024,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/details" + ] }, { "ApiVersion": "beta", - "Module": "Planner", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat1", + "OutputType": "IMicrosoftGraphPlannerTaskDetails1", "Method": "GET", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "Command": "Get-MgPlannerTaskDetail", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", "Variants": [ "Get1", "GetViaIdentity1" @@ -84242,15 +84062,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Method": "GET", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "Command": "Get-MgPlannerTaskDetail", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", "Variants": [ "Get", "GetViaIdentity" @@ -84280,40 +84100,116 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat1", + "Method": "GET", + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "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 + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": 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 + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Variants": [ + "Get", + "GetViaIdentity" ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat" + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Tasks.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAccessReviewPolicy", "Method": "GET", "Command": "Get-MgPolicyAccessReviewPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/accessReviewPolicy", "Variants": [ "Get" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/accessReviewPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -84331,15 +84227,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies", "Variants": [ "List" ], @@ -84356,15 +84252,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/activityBasedTimeoutPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies", "Variants": [ "List1" ], @@ -84381,15 +84277,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/activityBasedTimeoutPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -84407,52 +84303,52 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy1", "Method": "GET", "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/adminConsentRequestPolicy", "Variants": [ "Get" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/adminConsentRequestPolicy" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", "Method": "GET", "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/adminConsentRequestPolicy", "Variants": [ "Get1" ], @@ -84481,15 +84377,15 @@ "FullDescription": "Allows the app to read and write your organization's consent request policy on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/adminConsentRequestPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -84497,94 +84393,94 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/appManagementPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "Variants": [ "List" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Method": "GET", "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationFlowsPolicy", "Variants": [ "Get" ], @@ -84601,15 +84497,15 @@ "FullDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/authenticationFlowsPolicy" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Method": "GET", "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationFlowsPolicy", "Variants": [ "Get1" ], @@ -84626,15 +84522,15 @@ "FullDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/authenticationFlowsPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", "Variants": [ "Get" ], @@ -84643,15 +84539,15 @@ "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 - }, - "Uri": "/policies/authenticationMethodsPolicy" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", "Variants": [ "Get1" ], @@ -84660,65 +84556,65 @@ "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 - }, - "Uri": "/policies/authenticationMethodsPolicy" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -84742,15 +84638,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies", "Variants": [ "List" ], @@ -84773,53 +84669,53 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/authenticationStrengthPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthorizationPolicy1", "Method": "GET", "Command": "Get-MgPolicyAuthorizationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthorizationPolicy1", "Method": "GET", "Command": "Get-MgPolicyAuthorizationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy", "Variants": [ "List" ], @@ -84836,15 +84732,15 @@ "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 } - ], - "Uri": "/policies/authorizationPolicy" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Method": "GET", "Command": "Get-MgPolicyAuthorizationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy", "Variants": [ "Get1" ], @@ -84861,57 +84757,57 @@ "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 } - ], - "Uri": "/policies/authorizationPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Method": "GET", "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Method": "GET", "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", "Method": "GET", "Command": "Get-MgPolicyB2CAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", "Variants": [ "Get" ], "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 - }, - "Uri": "/policies/b2cAuthenticationMethodsPolicy" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -84929,15 +84825,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies", "Variants": [ "List" ], @@ -84954,15 +84850,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/claimsMappingPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies", "Variants": [ "List1" ], @@ -84979,15 +84875,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/claimsMappingPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -85005,15 +84901,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy1", "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy", "Variants": [ "Get" ], @@ -85030,15 +84926,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/crossTenantAccessPolicy" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy", "Variants": [ "Get1" ], @@ -85055,40 +84951,40 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/crossTenantAccessPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault1", "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", "Variants": [ "Get" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/crossTenantAccessPolicy/default" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", "Variants": [ "Get1" ], @@ -85105,15 +85001,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/crossTenantAccessPolicy/default" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Variants": [ "Get", "GetViaIdentity" @@ -85121,50 +85017,50 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/crossTenantAccessPolicy/partners" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners", "Variants": [ "List1" ], @@ -85181,15 +85077,15 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/crossTenantAccessPolicy/partners" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Variants": [ "Get1", "GetViaIdentity1" @@ -85197,25 +85093,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/defaultAppManagementPolicy", "Variants": [ "Get" ], @@ -85232,15 +85128,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/defaultAppManagementPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", "Method": "GET", "Command": "Get-MgPolicyDeviceRegistrationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/deviceRegistrationPolicy", "Variants": [ "Get" ], @@ -85257,27 +85153,27 @@ "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 } - ], - "Uri": "/policies/deviceRegistrationPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", "Method": "GET", "Command": "Get-MgPolicyDirectoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/directoryRoleAccessReviewPolicy", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/policies/directoryRoleAccessReviewPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", "Method": "GET", "Command": "Get-MgPolicyExternalIdentityPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/externalIdentitiesPolicy", "Variants": [ "Get" ], @@ -85294,15 +85190,15 @@ "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 } - ], - "Uri": "/policies/externalIdentitiesPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -85312,15 +85208,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies", "Variants": [ "List" ], @@ -85329,32 +85225,32 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies", "Variants": [ "List1" ], "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 - }, - "Uri": "/policies/featureRolloutPolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -85364,123 +85260,123 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToAvailableExtensionProperty", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getAvailableExtensionProperties", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getAvailableExtensionProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToUserOwnedObject", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -85488,25 +85384,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies", "Variants": [ "List" ], @@ -85523,15 +85419,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/homeRealmDiscoveryPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies", "Variants": [ "List1" ], @@ -85548,15 +85444,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/homeRealmDiscoveryPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -85564,25 +85460,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy1", "Method": "GET", "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Variants": [ "Get" ], @@ -85591,15 +85487,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", "Method": "GET", "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Variants": [ "Get1" ], @@ -85608,15 +85504,15 @@ "Description": "Read your organization's policies", "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true - }, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyMobileAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -85634,15 +85530,15 @@ "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 } - ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyMobileAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies", "Variants": [ "List" ], @@ -85659,15 +85555,15 @@ "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 } - ], - "Uri": "/policies/mobileAppManagementPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroup", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "Variants": [ "List" ], @@ -85684,15 +85580,15 @@ "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 } - ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "Variants": [ "List" ], @@ -85709,15 +85605,15 @@ "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 } - ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyMobileDeviceManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -85725,25 +85621,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyMobileDeviceManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies", "Variants": [ "List" ], @@ -85760,15 +85656,15 @@ "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 } - ], - "Uri": "/policies/mobileDeviceManagementPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroup", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "Variants": [ "List" ], @@ -85785,15 +85681,15 @@ "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 } - ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "Variants": [ "List" ], @@ -85810,15 +85706,15 @@ "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 } - ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -85826,25 +85722,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies", "Variants": [ "List" ], @@ -85861,15 +85757,15 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true } - ], - "Uri": "/policies/permissionGrantPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies", "Variants": [ "List1" ], @@ -85886,15 +85782,15 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true } - ], - "Uri": "/policies/permissionGrantPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -85912,28 +85808,28 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true } - ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Variants": [ "List" ], @@ -85950,129 +85846,129 @@ "FullDescription": "Allows the app to read policies related to consent and permission grants for applications, on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Variants": [ "List1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Variants": [ "List1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -86108,101 +86004,101 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies", "Variants": [ "List" ], "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/roleManagementPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies", "Variants": [ "List1" ], "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/roleManagementPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -86238,15 +86134,15 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -86282,15 +86178,15 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments", "Variants": [ "List" ], @@ -86325,15 +86221,15 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicyAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments", "Variants": [ "List1" ], @@ -86368,15 +86264,15 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicyAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -86412,54 +86308,54 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Variants": [ "List" ], @@ -86494,71 +86390,71 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Variants": [ "List1" ], "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Get", "GetViaIdentity" @@ -86594,15 +86490,15 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Variants": [ "List" ], @@ -86637,15 +86533,15 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Variants": [ "List1" ], @@ -86680,15 +86576,15 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -86724,90 +86620,90 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Method": "GET", "Command": "Get-MgPolicyServicePrincipalCreationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Method": "GET", "Command": "Get-MgPolicyServicePrincipalCreationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "GET", "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "GET", "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "GET", "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "GET", "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -86815,75 +86711,75 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/tokenIssuancePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/tokenIssuancePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -86901,15 +86797,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -86917,50 +86813,50 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/tokenLifetimePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies", "Variants": [ "List1" ], @@ -86977,15 +86873,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/tokenLifetimePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -87003,39 +86899,39 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrint1", "Method": "GET", "Command": "Get-MgPrint", + "Module": "Devices.CloudPrint", + "Uri": "/print", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/print" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrint", "Method": "GET", "Command": "Get-MgPrint", + "Module": "Devices.CloudPrint", + "Uri": "/print", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/print" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector", "Method": "GET", "Command": "Get-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", "Variants": [ "Get", "GetViaIdentity" @@ -87053,15 +86949,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/connectors/{printConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector", "Method": "GET", "Command": "Get-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors", "Variants": [ "List" ], @@ -87078,15 +86974,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/connectors" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "GET", "Command": "Get-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors", "Variants": [ "List1" ], @@ -87103,15 +86999,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/connectors" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "GET", "Command": "Get-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -87129,15 +87025,15 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/connectors/{printConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintOperation", "Method": "GET", "Command": "Get-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -87161,39 +87057,39 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/operations/{printOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintOperation", "Method": "GET", "Command": "Get-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/print/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintOperation", "Method": "GET", "Command": "Get-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/print/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintOperation", "Method": "GET", "Command": "Get-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -87217,15 +87113,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/operations/{printOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinter1", "Method": "GET", "Command": "Get-MgPrintPrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", "Variants": [ "Get", "GetViaIdentity" @@ -87267,15 +87163,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinter1", "Method": "GET", "Command": "Get-MgPrintPrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers", "Variants": [ "List" ], @@ -87298,15 +87194,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/printers" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinter", "Method": "GET", "Command": "Get-MgPrintPrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers", "Variants": [ "List1" ], @@ -87329,15 +87225,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/printers" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinter", "Method": "GET", "Command": "Get-MgPrintPrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -87379,15 +87275,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterCapabilities1", "Method": "GET", "Command": "Get-MgPrintPrinterCapability", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/getCapabilities", "Variants": [ "Get", "GetViaIdentity" @@ -87411,53 +87307,53 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}/getCapabilities" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector", "Method": "GET", "Command": "Get-MgPrintPrinterConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector", "Method": "GET", "Command": "Get-MgPrintPrinterConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/connectors", "Variants": [ "List" ], "Permissions": [ { "Name": "PrintConnector.Read.All", - "Description": "Read print connectors", - "FullDescription": "Allows the application to read print connectors on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/connectors" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "GET", "Command": "Get-MgPrintPrinterConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/connectors", "Variants": [ "List1" ], @@ -87474,28 +87370,28 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}/connectors" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "GET", "Command": "Get-MgPrintPrinterConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare", "Method": "GET", "Command": "Get-MgPrintPrinterShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/share", "Variants": [ "Get1", "Get2", @@ -87504,15 +87400,15 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/print/printers/{printer-id}/share" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare", "Method": "GET", "Command": "Get-MgPrintPrinterShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/shares", "Variants": [ "List1", "List2" @@ -87520,62 +87416,62 @@ "Permissions": [ { "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/shares" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "GET", "Command": "Get-MgPrintPrinterShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/shares", "Variants": [ "List" ], "Permissions": [ { "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/shares" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "GET", "Command": "Get-MgPrintPrinterShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", "Variants": [ "Get", "GetViaIdentity" @@ -87583,92 +87479,92 @@ "Permissions": [ { "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgPrintPrinterShareAllowedGroup", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "GET", "Command": "Get-MgPrintPrinterShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgPrintPrinterShareAllowedUser", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "GET", "Command": "Get-MgPrintPrinterShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinter1", "Method": "GET", "Command": "Get-MgPrintPrinterSharePrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/printer", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}/printer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Method": "GET", "Command": "Get-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -87692,46 +87588,46 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Method": "GET", "Command": "Get-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers", "Variants": [ "List1" ], "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Read.All", - "Description": "Read printers", - "FullDescription": "Allows the application to read printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/taskTriggers" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Method": "GET", "Command": "Get-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers", "Variants": [ "List" ], @@ -87754,15 +87650,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}/taskTriggers" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Method": "GET", "Command": "Get-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Variants": [ "Get", "GetViaIdentity" @@ -87770,57 +87666,57 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Read.All", - "Description": "Read printers", - "FullDescription": "Allows the application to read printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Method": "GET", "Command": "Get-MgPrintPrinterTaskTriggerDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Method": "GET", "Command": "Get-MgPrintPrinterTaskTriggerDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintService1", "Method": "GET", "Command": "Get-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -87828,127 +87724,127 @@ "Permissions": [ { "Name": "PrintConnector.Read.All", - "Description": "Read print connectors", - "FullDescription": "Allows the application to read print connectors on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Create", - "Description": "Register printers  ", - "FullDescription": "Allows the application to create (register) printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Read.All", - "Description": "Read printers", - "FullDescription": "Allows the application to read printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/services/{printService-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintService1", "Method": "GET", "Command": "Get-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services", "Variants": [ "List1" ], @@ -88067,15 +87963,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/services" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintService", "Method": "GET", "Command": "Get-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services", "Variants": [ "List" ], @@ -88194,15 +88090,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/services" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintService", "Method": "GET", "Command": "Get-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", "Variants": [ "Get", "GetViaIdentity" @@ -88210,127 +88106,127 @@ "Permissions": [ { "Name": "PrintConnector.Read.All", - "Description": "Read print connectors", - "FullDescription": "Allows the application to read print connectors on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Create", - "Description": "Register printers  ", - "FullDescription": "Allows the application to create (register) printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Read.All", - "Description": "Read printers", - "FullDescription": "Allows the application to read printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/services/{printService-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Method": "GET", "Command": "Get-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -88450,15 +88346,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Method": "GET", "Command": "Get-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints", "Variants": [ "List1" ], @@ -88577,142 +88473,142 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/services/{printService-id}/endpoints" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", "Method": "GET", "Command": "Get-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints", "Variants": [ "List" ], "Permissions": [ { "Name": "PrintConnector.Read.All", - "Description": "Read print connectors", - "FullDescription": "Allows the application to read print connectors on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Create", - "Description": "Register printers  ", - "FullDescription": "Allows the application to create (register) printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Read.All", - "Description": "Read printers", - "FullDescription": "Allows the application to read printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/services/{printService-id}/endpoints" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", "Method": "GET", "Command": "Get-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Variants": [ "Get", "GetViaIdentity" @@ -88832,15 +88728,15 @@ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", "IsAdmin": true } - ], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare", "Method": "GET", "Command": "Get-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -88864,15 +88760,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare", "Method": "GET", "Command": "Get-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares", "Variants": [ "List1" ], @@ -88895,15 +88791,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "GET", "Command": "Get-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares", "Variants": [ "List" ], @@ -88926,15 +88822,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "GET", "Command": "Get-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", "Variants": [ "Get", "GetViaIdentity" @@ -88958,15 +88854,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgPrintShareAllowedGroup", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups", "Variants": [ "List1" ], @@ -88983,40 +88879,40 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgPrintShareAllowedGroup", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups", "Variants": [ "List" ], "Permissions": [ { "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "GET", "Command": "Get-MgPrintShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "Variants": [ "List1" ], @@ -89033,15 +88929,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "GET", "Command": "Get-MgPrintShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "Variants": [ "List" ], @@ -89058,15 +88954,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgPrintShareAllowedUser", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers", "Variants": [ "List1" ], @@ -89083,40 +88979,40 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgPrintShareAllowedUser", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers", "Variants": [ "List" ], "Permissions": [ { "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "GET", "Command": "Get-MgPrintShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "Variants": [ "List1" ], @@ -89133,15 +89029,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "GET", "Command": "Get-MgPrintShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "Variants": [ "List" ], @@ -89158,15 +89054,15 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinter1", "Method": "GET", "Command": "Get-MgPrintSharePrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/printer", "Variants": [ "Get1", "GetViaIdentity1" @@ -89174,31 +89070,31 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Printer.Read.All", - "Description": "Read printers", - "FullDescription": "Allows the application to read printers on your behalf. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/shares/{printerShare-id}/printer" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinter", "Method": "GET", "Command": "Get-MgPrintSharePrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/printer", "Variants": [ "Get", "GetViaIdentity" @@ -89222,15 +89118,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/shares/{printerShare-id}/printer" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Method": "GET", "Command": "Get-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Variants": [ "Get2", "Get3", @@ -89242,15 +89138,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Method": "GET", "Command": "Get-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions", "Variants": [ "List1" ], @@ -89259,15 +89155,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Method": "GET", "Command": "Get-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions", "Variants": [ "List" ], @@ -89276,15 +89172,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Method": "GET", "Command": "Get-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Variants": [ "Get", "Get1", @@ -89296,15 +89192,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTask", "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -89314,15 +89210,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTask", "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Variants": [ "List1" ], @@ -89331,15 +89227,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTask1", "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Variants": [ "List" ], @@ -89348,15 +89244,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTask1", "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Variants": [ "Get", "GetViaIdentity" @@ -89366,668 +89262,668 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedAccess", "Method": "GET", "Command": "Get-MgPrivilegedAccess", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedAccess", "Method": "GET", "Command": "Get-MgPrivilegedAccess", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceParent", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceSubject", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceSubject", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleSettingResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceSubject", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceSubject", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleAssignmentSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleDefinitionResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleDefinitionRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleSettingResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "GET", "Command": "Get-MgPrivilegedAccessRoleSettingRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedApproval", "Method": "GET", "Command": "Get-MgPrivilegedApproval", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}", "Variants": [ "Get", "GetViaIdentity" @@ -90037,122 +89933,122 @@ "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 - }, - "Uri": "/privilegedApproval/{privilegedApproval-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedApproval", "Method": "GET", "Command": "Get-MgPrivilegedApproval", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval", "Variants": [ "List" ], "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 - }, - "Uri": "/privilegedApproval" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "GET", "Command": "Get-MgPrivilegedApprovalRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/request", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/request" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", "Command": "Get-MgPrivilegedApprovalRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Method": "GET", "Command": "Get-MgPrivilegedApprovalRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Method": "GET", "Command": "Get-MgPrivilegedApprovalRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Method": "GET", "Command": "Get-MgPrivilegedOperationEvent", + "Module": "Identity.Governance", + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Method": "GET", "Command": "Get-MgPrivilegedOperationEvent", + "Module": "Identity.Governance", + "Uri": "/privilegedOperationEvents", "Variants": [ "List" ], @@ -90161,33 +90057,33 @@ "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 - }, - "Uri": "/privilegedOperationEvents" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", "Command": "Get-MgPrivilegedRole", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/privilegedRoles/{privilegedRole-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", "Command": "Get-MgPrivilegedRole", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles", "Variants": [ "List" ], @@ -90196,117 +90092,117 @@ "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 - }, - "Uri": "/privilegedRoles" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/privilegedRoleAssignmentRequests" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "Variants": [ "Get", "GetViaIdentity" @@ -90316,66 +90212,66 @@ "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 - }, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Method": "GET", "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedRoleRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "Variants": [ "Get", "Get1", @@ -90387,77 +90283,77 @@ "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 - }, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Get-MgPrivilegedRoleRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments", "Variants": [ "List", "List1" ], "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 - }, - "Uri": "/privilegedRoleAssignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Method": "GET", "Command": "Get-MgPrivilegedRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/privilegedRoles/{privilegedRole-id}/settings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Method": "GET", "Command": "Get-MgPrivilegedRoleSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgram", "Method": "GET", "Command": "Get-MgProgram", + "Module": "Identity.Governance", + "Uri": "/programs/{program-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/programs/{program-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgram", "Method": "GET", "Command": "Get-MgProgram", + "Module": "Identity.Governance", + "Uri": "/programs", "Variants": [ "List" ], @@ -90474,15 +90370,15 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true } - ], - "Uri": "/programs" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgramControl", "Method": "GET", "Command": "Get-MgProgramControl", + "Module": "Identity.Governance", + "Uri": "/programControls/{programControl-id}", "Variants": [ "Get", "Get1", @@ -90491,15 +90387,15 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/programControls/{programControl-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgramControl", "Method": "GET", "Command": "Get-MgProgramControl", + "Module": "Identity.Governance", + "Uri": "/programControls", "Variants": [ "List", "List1", @@ -90518,43 +90414,43 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true } - ], - "Uri": "/programControls" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgram", "Method": "GET", "Command": "Get-MgProgramControlProgram", + "Module": "Identity.Governance", + "Uri": "/programControls/{programControl-id}/program", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/programControls/{programControl-id}/program" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgramControlType", "Method": "GET", "Command": "Get-MgProgramControlType", + "Module": "Identity.Governance", + "Uri": "/programControlTypes/{programControlType-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/programControlTypes/{programControlType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgramControlType", "Method": "GET", "Command": "Get-MgProgramControlType", + "Module": "Identity.Governance", + "Uri": "/programControlTypes", "Variants": [ "List" ], @@ -90571,33 +90467,33 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true } - ], - "Uri": "/programControlTypes" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", "Method": "GET", "Command": "Get-MgReportApplicationSignInDetailedSummary", + "Module": "Reports", + "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", "Method": "GET", "Command": "Get-MgReportApplicationSignInDetailedSummary", + "Module": "Reports", + "Uri": "/reports/applicationSignInDetailedSummary", "Variants": [ "List" ], @@ -90606,32 +90502,32 @@ "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 - }, - "Uri": "/reports/applicationSignInDetailedSummary" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", "Method": "GET", "Command": "Get-MgReportAttackSimulationRepeatOffender", + "Module": "Reports", + "Uri": "/reports/getAttackSimulationRepeatOffenders", "Variants": [ "Get" ], "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 - }, - "Uri": "/reports/getAttackSimulationRepeatOffenders" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", "Method": "GET", "Command": "Get-MgReportAttackSimulationTrainingUserCoverage", + "Module": "Reports", + "Uri": "/reports/getAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], @@ -90640,15 +90536,15 @@ "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 - }, - "Uri": "/reports/getAttackSimulationTrainingUserCoverage" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", "Method": "GET", "Command": "Get-MgReportAttackSimulationUserCoverage", + "Module": "Reports", + "Uri": "/reports/getAttackSimulationSimulationUserCoverage", "Variants": [ "Get" ], @@ -90657,27 +90553,27 @@ "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 - }, - "Uri": "/reports/getAttackSimulationSimulationUserCoverage" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", "Method": "GET", "Command": "Get-MgReportAuthenticationMethod", + "Module": "Reports", + "Uri": "/reports/authenticationMethods", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/reports/authenticationMethods" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Method": "GET", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Module": "Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "Variants": [ "Get", "GetViaIdentity" @@ -90695,58 +90591,58 @@ "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 } - ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Method": "GET", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Module": "Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails" + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphApplicationSignInSummary", "Method": "GET", "Command": "Get-MgReportAzureAdApplicationSignInSummary", + "Module": "Reports", + "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportBrowserDistributionUserCount", + "Module": "Reports", + "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -90756,15 +90652,15 @@ "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 - }, - "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportBrowserUserCount", + "Module": "Reports", + "Uri": "/reports/getBrowserUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -90774,33 +90670,33 @@ "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 - }, - "Uri": "/reports/getBrowserUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportBrowserUserDetail", + "Module": "Reports", + "Uri": "/reports/getBrowserUserDetail(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getBrowserUserDetail(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphCredentialUsageSummary", "Method": "GET", "Command": "Get-MgReportCredentialUsageSummary", + "Module": "Reports", + "Uri": "/reports/getCredentialUsageSummary(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -90810,15 +90706,15 @@ "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 - }, - "Uri": "/reports/getCredentialUsageSummary(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", "Method": "GET", "Command": "Get-MgReportCredentialUserRegistrationCount", + "Module": "Reports", + "Uri": "/reports/getCredentialUserRegistrationCount", "Variants": [ "Get" ], @@ -90827,70 +90723,70 @@ "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 - }, - "Uri": "/reports/getCredentialUserRegistrationCount" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", "Method": "GET", "Command": "Get-MgReportCredentialUserRegistrationDetail", + "Module": "Reports", + "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", "Method": "GET", "Command": "Get-MgReportCredentialUserRegistrationDetail", + "Module": "Reports", + "Uri": "/reports/credentialUserRegistrationDetails", "Variants": [ "List" ], "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 - }, - "Uri": "/reports/credentialUserRegistrationDetails" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsage1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsage", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsage/{printUsage-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/reports/dailyPrintUsage/{printUsage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsage1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsage", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsage", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/reports/dailyPrintUsage" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByPrinter", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -90900,15 +90796,15 @@ "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 - }, - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByPrinter", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByPrinter", "Variants": [ "List1" ], @@ -90917,32 +90813,32 @@ "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 - }, - "Uri": "/reports/dailyPrintUsageByPrinter" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByPrinter", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByPrinter", "Variants": [ "List" ], "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 - }, - "Uri": "/reports/dailyPrintUsageByPrinter" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByPrinter", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", "Variants": [ "Get", "GetViaIdentity" @@ -90952,33 +90848,33 @@ "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 - }, - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByUser", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByUser", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByUser", "Variants": [ "List1" ], @@ -90987,15 +90883,15 @@ "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 - }, - "Uri": "/reports/dailyPrintUsageByUser" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByUser", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByUser", "Variants": [ "List" ], @@ -91004,15 +90900,15 @@ "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 - }, - "Uri": "/reports/dailyPrintUsageByUser" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByUser", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", "Variants": [ "Get", "GetViaIdentity" @@ -91022,65 +90918,65 @@ "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 - }, - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageSummariesByPrinter", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/reports/dailyPrintUsageSummariesByPrinter" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageSummaryByUser", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", "Command": "Get-MgReportDailyPrintUsageSummaryByUser", + "Module": "Reports", + "Uri": "/reports/dailyPrintUsageSummariesByUser", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/reports/dailyPrintUsageSummariesByUser" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportDeviceConfigurationDeviceActivity", + "Module": "Reports", + "Uri": "/reports/deviceConfigurationDeviceActivity", "Variants": [ "Device1" ], @@ -91089,66 +90985,51 @@ "Description": "Read Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/reports/deviceConfigurationDeviceActivity" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportDeviceConfigurationDeviceActivity", + "Module": "Reports", + "Uri": "/reports/deviceConfigurationDeviceActivity", "Variants": [ "Device" ], - "Permissions": { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/reports/deviceConfigurationDeviceActivity" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportDeviceConfigurationUserActivity", + "Module": "Reports", + "Uri": "/reports/deviceConfigurationUserActivity", "Variants": [ "Device1" ], - "Permissions": { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/reports/deviceConfigurationUserActivity" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportDeviceConfigurationUserActivity", + "Module": "Reports", + "Uri": "/reports/deviceConfigurationUserActivity", "Variants": [ "Device" ], - "Permissions": { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/reports/deviceConfigurationUserActivity" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailActivityCount", + "Module": "Reports", + "Uri": "/reports/getEmailActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -91158,15 +91039,15 @@ "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 - }, - "Uri": "/reports/getEmailActivityCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailActivityCount", + "Module": "Reports", + "Uri": "/reports/getEmailActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -91176,51 +91057,51 @@ "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 - }, - "Uri": "/reports/getEmailActivityCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getEmailActivityUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -91229,18 +91110,18 @@ ], "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 - }, - "Uri": "/reports/getEmailActivityUserDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getEmailActivityUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -91249,54 +91130,54 @@ ], "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 - }, - "Uri": "/reports/getEmailActivityUserDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailAppUsageAppUserCount", + "Module": "Reports", + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailAppUsageAppUserCount", + "Module": "Reports", + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailAppUsageUserCount", + "Module": "Reports", + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -91306,15 +91187,15 @@ "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 - }, - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailAppUsageUserCount", + "Module": "Reports", + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -91324,15 +91205,15 @@ "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 - }, - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailAppUsageUserDetail", + "Module": "Reports", + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -91341,18 +91222,18 @@ ], "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 - }, - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailAppUsageUserDetail", + "Module": "Reports", + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -91364,15 +91245,15 @@ "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 - }, - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailAppUsageVersionUserCount", + "Module": "Reports", + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -91382,15 +91263,15 @@ "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 - }, - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportEmailAppUsageVersionUserCount", + "Module": "Reports", + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -91400,15 +91281,15 @@ "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 - }, - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Method": "GET", "Command": "Get-MgReportGroupArchivedPrintJob", + "Module": "Reports", + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Get1", "GetViaIdentity1" @@ -91418,33 +91299,33 @@ "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 - }, - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphArchivedPrintJob", "Method": "GET", "Command": "Get-MgReportGroupArchivedPrintJob", + "Module": "Reports", + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportM365AppPlatformUserCount", + "Module": "Reports", + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -91454,15 +91335,15 @@ "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 - }, - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportM365AppPlatformUserCount", + "Module": "Reports", + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -91472,15 +91353,15 @@ "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 - }, - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportM365AppUserCount", + "Module": "Reports", + "Uri": "/reports/getM365AppUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -91490,15 +91371,15 @@ "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 - }, - "Uri": "/reports/getM365AppUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportM365AppUserCount", + "Module": "Reports", + "Uri": "/reports/getM365AppUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -91508,15 +91389,15 @@ "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 - }, - "Uri": "/reports/getM365AppUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportM365AppUserDetail", + "Module": "Reports", + "Uri": "/reports/getM365AppUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -91528,15 +91409,15 @@ "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 - }, - "Uri": "/reports/getM365AppUserDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportM365AppUserDetail", + "Module": "Reports", + "Uri": "/reports/getM365AppUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -91548,15 +91429,15 @@ "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 - }, - "Uri": "/reports/getM365AppUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportMailboxUsageDetail", + "Module": "Reports", + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -91566,15 +91447,15 @@ "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 - }, - "Uri": "/reports/getMailboxUsageDetail(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportMailboxUsageDetail", + "Module": "Reports", + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -91584,33 +91465,33 @@ "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 - }, - "Uri": "/reports/getMailboxUsageDetail(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportMailboxUsageMailboxCount", + "Module": "Reports", + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportMailboxUsageMailboxCount", + "Module": "Reports", + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -91620,15 +91501,15 @@ "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 - }, - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", + "Module": "Reports", + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -91638,33 +91519,33 @@ "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 - }, - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", + "Module": "Reports", + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportMailboxUsageStorage", + "Module": "Reports", + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -91674,15 +91555,15 @@ "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 - }, - "Uri": "/reports/getMailboxUsageStorage(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportMailboxUsageStorage", + "Module": "Reports", + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -91692,41 +91573,41 @@ "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 - }, - "Uri": "/reports/getMailboxUsageStorage(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentDetail", + "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "Variants": [ "Managed", "ManagedViaIdentity" ], - "Permissions": [], - "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentSummary", + "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "Variants": [ "Managed", "ManagedViaIdentity" ], - "Permissions": [], - "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", + "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", "Variants": [ "Managed", "Managed1", @@ -91734,18 +91615,18 @@ ], "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 - }, - "Uri": "/reports/managedDeviceEnrollmentFailureDetails" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", + "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", "Variants": [ "Managed2", "Managed3", @@ -91753,30 +91634,30 @@ ], "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 - }, - "Uri": "/reports/managedDeviceEnrollmentFailureDetails" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentFailureTrend", + "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentFailureTrends", "Variants": [ "Managed" ], - "Permissions": [], - "Uri": "/reports/managedDeviceEnrollmentFailureTrends" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentTopFailures", + "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentTopFailures", "Variants": [ "Top", "Top1", @@ -91787,15 +91668,15 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/reports/managedDeviceEnrollmentTopFailures" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentTopFailures", + "Module": "Reports", + "Uri": "/reports/managedDeviceEnrollmentTopFailures", "Variants": [ "Top2", "Top3", @@ -91803,18 +91684,18 @@ ], "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 - }, - "Uri": "/reports/managedDeviceEnrollmentTopFailures" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", "Variants": [ "Get", "GetViaIdentity" @@ -91824,32 +91705,32 @@ "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 - }, - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByPrinter", "Variants": [ "List" ], "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 - }, - "Uri": "/reports/monthlyPrintUsageByPrinter" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByPrinter", "Variants": [ "List1" ], @@ -91858,68 +91739,68 @@ "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 - }, - "Uri": "/reports/monthlyPrintUsageByPrinter" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByUser", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByUser", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByUser", "Variants": [ "List" ], "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 - }, - "Uri": "/reports/monthlyPrintUsageByUser" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByUser", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByUser", "Variants": [ "List1" ], @@ -91928,15 +91809,15 @@ "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 - }, - "Uri": "/reports/monthlyPrintUsageByUser" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByUser", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -91946,65 +91827,65 @@ "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 - }, - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser", + "Module": "Reports", + "Uri": "/reports/monthlyPrintUsageSummariesByUser", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/reports/monthlyPrintUsageSummariesByUser" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ActivationCount", + "Module": "Reports", + "Uri": "/reports/getOffice365ActivationCounts", "Variants": [ "Get1" ], @@ -92013,32 +91894,32 @@ "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 - }, - "Uri": "/reports/getOffice365ActivationCounts" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ActivationCount", + "Module": "Reports", + "Uri": "/reports/getOffice365ActivationCounts", "Variants": [ "Get" ], "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 - }, - "Uri": "/reports/getOffice365ActivationCounts" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ActivationUserCount", + "Module": "Reports", + "Uri": "/reports/getOffice365ActivationsUserCounts", "Variants": [ "Get1" ], @@ -92047,15 +91928,15 @@ "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 - }, - "Uri": "/reports/getOffice365ActivationsUserCounts" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ActivationUserCount", + "Module": "Reports", + "Uri": "/reports/getOffice365ActivationsUserCounts", "Variants": [ "Get" ], @@ -92064,15 +91945,15 @@ "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 - }, - "Uri": "/reports/getOffice365ActivationsUserCounts" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ActivationUserDetail", + "Module": "Reports", + "Uri": "/reports/getOffice365ActivationsUserDetail", "Variants": [ "Get1" ], @@ -92081,15 +91962,15 @@ "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 - }, - "Uri": "/reports/getOffice365ActivationsUserDetail" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ActivationUserDetail", + "Module": "Reports", + "Uri": "/reports/getOffice365ActivationsUserDetail", "Variants": [ "Get" ], @@ -92098,33 +91979,33 @@ "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 - }, - "Uri": "/reports/getOffice365ActivationsUserDetail" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", "Method": "GET", "Command": "Get-MgReportOffice365ActiveUserCount", + "Module": "Reports", + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ActiveUserCount", + "Module": "Reports", + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92134,15 +92015,15 @@ "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 - }, - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", "Method": "GET", "Command": "Get-MgReportOffice365ActiveUserDetail", + "Module": "Reports", + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -92154,15 +92035,15 @@ "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 - }, - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ActiveUserDetail", + "Module": "Reports", + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -92174,33 +92055,33 @@ "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 - }, - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityCount", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityCount", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92210,15 +92091,15 @@ "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 - }, - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityDetail", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -92230,15 +92111,15 @@ "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 - }, - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityDetail", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", "Variants": [ "Get", "Get1", @@ -92247,36 +92128,36 @@ ], "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 - }, - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityFileCount", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityFileCount", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92286,33 +92167,33 @@ "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 - }, - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityGroupCount", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityGroupCount", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92322,15 +92203,15 @@ "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 - }, - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityStorage", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -92340,33 +92221,33 @@ "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 - }, - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityStorage", + "Module": "Reports", + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", "Method": "GET", "Command": "Get-MgReportOffice365ServiceUserCount", + "Module": "Reports", + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -92376,51 +92257,51 @@ "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 - }, - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOffice365ServiceUserCount", + "Module": "Reports", + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveActivityFileCount", + "Module": "Reports", + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveActivityFileCount", + "Module": "Reports", + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92430,15 +92311,15 @@ "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 - }, - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -92448,15 +92329,15 @@ "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 - }, - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92466,15 +92347,15 @@ "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 - }, - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -92483,18 +92364,18 @@ ], "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 - }, - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -92506,33 +92387,33 @@ "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 - }, - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveUsageAccountCount", + "Module": "Reports", + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveUsageAccountCount", + "Module": "Reports", + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92542,15 +92423,15 @@ "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 - }, - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveUsageAccountDetail", + "Module": "Reports", + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -92562,15 +92443,15 @@ "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 - }, - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveUsageAccountDetail", + "Module": "Reports", + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", "Variants": [ "Get", "Get1", @@ -92579,18 +92460,18 @@ ], "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 - }, - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveUsageFileCount", + "Module": "Reports", + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -92600,15 +92481,15 @@ "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 - }, - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveUsageFileCount", + "Module": "Reports", + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92618,15 +92499,15 @@ "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 - }, - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveUsageStorage", + "Module": "Reports", + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -92636,15 +92517,15 @@ "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 - }, - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportOneDriveUsageStorage", + "Module": "Reports", + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92654,15 +92535,15 @@ "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 - }, - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Method": "GET", "Command": "Get-MgReportPrinterArchivedPrintJob", + "Module": "Reports", + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Get1", "GetViaIdentity1" @@ -92672,33 +92553,33 @@ "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 - }, - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphArchivedPrintJob", "Method": "GET", "Command": "Get-MgReportPrinterArchivedPrintJob", + "Module": "Reports", + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", "Method": "GET", "Command": "Get-MgReportRelyingPartyDetailedSummary", + "Module": "Reports", + "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92708,56 +92589,56 @@ "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 - }, - "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSecurity", + "Module": "Reports", + "Uri": "/reports/security", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/reports/security" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSecurity", + "Module": "Reports", + "Uri": "/reports/security", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/reports/security" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", + "Module": "Reports", + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", "Variants": [ "Get" ], "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 - }, - "Uri": "/reports/security/getAttackSimulationRepeatOffenders" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", + "Module": "Reports", + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", "Variants": [ "Get1" ], @@ -92766,15 +92647,15 @@ "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 - }, - "Uri": "/reports/security/getAttackSimulationRepeatOffenders" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", + "Module": "Reports", + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], @@ -92783,49 +92664,49 @@ "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 - }, - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", + "Module": "Reports", + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", "Variants": [ "Get1" ], "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 - }, - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", + "Module": "Reports", + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", "Variants": [ "Get" ], "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 - }, - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", + "Module": "Reports", + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", "Variants": [ "Get1" ], @@ -92834,15 +92715,15 @@ "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 - }, - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointActivityFileCount", + "Module": "Reports", + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -92852,15 +92733,15 @@ "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 - }, - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointActivityFileCount", + "Module": "Reports", + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -92870,15 +92751,15 @@ "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 - }, - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointActivityPage", + "Module": "Reports", + "Uri": "/reports/getSharePointActivityPages(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -92888,33 +92769,33 @@ "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 - }, - "Uri": "/reports/getSharePointActivityPages(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointActivityPage", + "Module": "Reports", + "Uri": "/reports/getSharePointActivityPages(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getSharePointActivityPages(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -92924,33 +92805,33 @@ "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 - }, - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -92962,15 +92843,15 @@ "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 - }, - "Uri": "/reports/getSharePointActivityUserDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -92979,18 +92860,18 @@ ], "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 - }, - "Uri": "/reports/getSharePointActivityUserDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageDetail", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageDetail(period='{period}')", "Variants": [ "Get", "Get3", @@ -93002,15 +92883,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsageDetail(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageDetail", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", "Variants": [ "Get1", "Get2", @@ -93022,15 +92903,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageFileCount", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93040,15 +92921,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageFileCount", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93058,15 +92939,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsagePage", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93076,15 +92957,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsagePage", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93094,15 +92975,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageSiteCount", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93112,15 +92993,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageSiteCount", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93130,15 +93011,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageStorage", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93148,15 +93029,15 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageStorage", + "Module": "Reports", + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93166,33 +93047,33 @@ "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 - }, - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93202,15 +93083,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93220,15 +93101,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93238,15 +93119,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -93258,15 +93139,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -93278,33 +93159,33 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93314,33 +93195,33 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93350,15 +93231,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -93370,15 +93251,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -93390,15 +93271,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93408,15 +93289,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93426,15 +93307,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93444,33 +93325,33 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93480,33 +93361,33 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93516,51 +93397,51 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93570,33 +93451,33 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93606,51 +93487,51 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93660,15 +93541,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93678,15 +93559,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93696,15 +93577,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93714,15 +93595,15 @@ "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 - }, - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamActivityCount", + "Module": "Reports", + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93732,15 +93613,15 @@ "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 - }, - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamActivityDetail", + "Module": "Reports", + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", "Variants": [ "Get", "Get1", @@ -93752,15 +93633,15 @@ "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 - }, - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamActivityDistributionCount", + "Module": "Reports", + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93770,100 +93651,100 @@ "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 - }, - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamCount", + "Module": "Reports", + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/reports/getTeamsTeamCounts(period='{period}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageDistributionTotalUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageTotalUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93873,15 +93754,15 @@ "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 - }, - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93891,15 +93772,15 @@ "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 - }, - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageUserDetail", + "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -93911,15 +93792,15 @@ "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 - }, - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageUserDetail", + "Module": "Reports", + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -93931,15 +93812,15 @@ "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 - }, - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93949,15 +93830,15 @@ "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 - }, - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -93967,15 +93848,15 @@ "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 - }, - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityDistributionTotalUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -93985,33 +93866,33 @@ "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 - }, - "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityDistributionUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityTotalCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -94021,15 +93902,15 @@ "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 - }, - "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityTotalDistributionCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -94039,69 +93920,69 @@ "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 - }, - "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityTotalUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -94110,18 +93991,18 @@ ], "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 - }, - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportTeamUserActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -94133,15 +94014,15 @@ "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 - }, - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Method": "GET", "Command": "Get-MgReportUserArchivedPrintJob", + "Module": "Reports", + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Get", "GetViaIdentity" @@ -94151,15 +94032,15 @@ "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 - }, - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": "IMicrosoftGraphArchivedPrintJob", "Method": "GET", "Command": "Get-MgReportUserArchivedPrintJob", + "Module": "Reports", + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Get1", "GetViaIdentity1" @@ -94169,45 +94050,45 @@ "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 - }, - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", "Method": "GET", "Command": "Get-MgReportUserCredentialUsageDetail", + "Module": "Reports", + "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", "Method": "GET", "Command": "Get-MgReportUserCredentialUsageDetail", + "Module": "Reports", + "Uri": "/reports/userCredentialUsageDetails", "Variants": [ "List" ], "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 - }, - "Uri": "/reports/userCredentialUsageDetails" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerActivityCount", + "Module": "Reports", + "Uri": "/reports/getYammerActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -94217,51 +94098,51 @@ "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 - }, - "Uri": "/reports/getYammerActivityCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerActivityCount", + "Module": "Reports", + "Uri": "/reports/getYammerActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getYammerActivityCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerActivityUserCount", + "Module": "Reports", + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -94271,15 +94152,15 @@ "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 - }, - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getYammerActivityUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -94291,15 +94172,15 @@ "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 - }, - "Uri": "/reports/getYammerActivityUserDetail(date={date})" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerActivityUserDetail", + "Module": "Reports", + "Uri": "/reports/getYammerActivityUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -94308,18 +94189,18 @@ ], "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 - }, - "Uri": "/reports/getYammerActivityUserDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", + "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -94329,33 +94210,33 @@ "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 - }, - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", + "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageUserCount", + "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -94365,15 +94246,15 @@ "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 - }, - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageUserCount", + "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -94383,15 +94264,15 @@ "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 - }, - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageUserDetail", + "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", "Variants": [ "Get", "Get1", @@ -94400,18 +94281,18 @@ ], "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 - }, - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageUserDetail", + "Module": "Reports", + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -94423,33 +94304,33 @@ "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 - }, - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerGroupActivityCount", + "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerGroupActivityCount", + "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -94459,15 +94340,15 @@ "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 - }, - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerGroupActivityDetail", + "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", "Variants": [ "Get", "Get1", @@ -94476,18 +94357,18 @@ ], "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 - }, - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerGroupActivityDetail", + "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", "Variants": [ "Get2", "Get3", @@ -94496,18 +94377,18 @@ ], "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 - }, - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerGroupActivityGroupCount", + "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", "Variants": [ "Get", "GetViaIdentity" @@ -94517,15 +94398,15 @@ "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 - }, - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')" + } }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "GET", "Command": "Get-MgReportYammerGroupActivityGroupCount", + "Module": "Reports", + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -94535,15 +94416,15 @@ "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 - }, - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskDetection", "Method": "GET", "Command": "Get-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -94553,15 +94434,15 @@ "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 - }, - "Uri": "/identityProtection/riskDetections/{riskDetection-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskDetection", "Method": "GET", "Command": "Get-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections", "Variants": [ "List" ], @@ -94570,15 +94451,15 @@ "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 - }, - "Uri": "/identityProtection/riskDetections" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskDetection1", "Method": "GET", "Command": "Get-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections", "Variants": [ "List1" ], @@ -94587,15 +94468,15 @@ "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 - }, - "Uri": "/identityProtection/riskDetections" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskDetection1", "Method": "GET", "Command": "Get-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -94605,15 +94486,15 @@ "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 - }, - "Uri": "/identityProtection/riskDetections/{riskDetection-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", "Method": "GET", "Command": "Get-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Variants": [ "Get", "GetViaIdentity" @@ -94631,40 +94512,40 @@ "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 } - ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", "Method": "GET", "Command": "Get-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityProtection/riskyServicePrincipals" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Method": "GET", "Command": "Get-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals", "Variants": [ "List1" ], @@ -94681,15 +94562,15 @@ "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 } - ], - "Uri": "/identityProtection/riskyServicePrincipals" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Method": "GET", "Command": "Get-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -94707,143 +94588,143 @@ "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 } - ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUser1", "Method": "GET", "Command": "Get-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUser1", "Method": "GET", "Command": "Get-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers", "Variants": [ "List" ], "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 - }, - "Uri": "/identityProtection/riskyUsers" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUser", "Method": "GET", "Command": "Get-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers", "Variants": [ "List1" ], "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 - }, - "Uri": "/identityProtection/riskyUsers" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUser", "Method": "GET", "Command": "Get-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -94853,15 +94734,15 @@ "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 - }, - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", "Method": "GET", "Command": "Get-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -94869,25 +94750,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", "Method": "GET", "Command": "Get-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Variants": [ "List" ], @@ -94904,15 +94785,15 @@ "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 } - ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Method": "GET", "Command": "Get-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Variants": [ "List1" ], @@ -94929,15 +94810,15 @@ "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 } - ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Method": "GET", "Command": "Get-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -94945,174 +94826,174 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphRoleManagement1", "Method": "GET", "Command": "Get-MgRoleManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphRoleManagement", "Method": "GET", "Command": "Get-MgRoleManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement", "Variants": [ "Get1" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Method": "GET", "Command": "Get-MgRoleManagementCloudPc", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Variants": [ "Get", "GetViaIdentity" @@ -95142,15 +95023,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments", "Variants": [ "List" ], @@ -95179,103 +95060,103 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement/cloudPC/roleAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -95283,91 +95164,91 @@ "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions", "Variants": [ "List" ], @@ -95450,40 +95331,40 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/cloudPC/roleDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement", "Variants": [ "Get" ], @@ -95512,78 +95393,78 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement/deviceManagement" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Variants": [ "Get", "GetViaIdentity" @@ -95613,140 +95494,140 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments", "Variants": [ "List" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/deviceManagement/roleAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -95830,155 +95711,155 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "Variants": [ "List" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphRbacApplication", "Method": "GET", "Command": "Get-MgRoleManagementDirectory", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/roleManagement/directory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphRbacApplication1", "Method": "GET", "Command": "Get-MgRoleManagementDirectory", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/roleManagement/directory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Get", "GetViaIdentity" @@ -96002,15 +95883,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces", "Variants": [ "List" ], @@ -96033,15 +95914,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/resourceNamespaces" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Get", "GetViaIdentity" @@ -96065,59 +95946,59 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Variants": [ "List" ], "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -96125,49 +96006,49 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments", "Variants": [ "List" ], @@ -96208,15 +96089,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments", "Variants": [ "List1" ], @@ -96257,15 +96138,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -96273,203 +96154,203 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Get", "GetViaIdentity" @@ -96477,37 +96358,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Variants": [ "List" ], @@ -96536,15 +96417,15 @@ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Variants": [ "List1" ], @@ -96573,15 +96454,15 @@ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -96589,63 +96470,63 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -96681,15 +96562,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Variants": [ "List" ], @@ -96724,15 +96605,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Variants": [ "List1" ], @@ -96767,15 +96648,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -96783,69 +96664,69 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -96853,43 +96734,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Variants": [ "List" ], @@ -96924,58 +96805,58 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -96983,199 +96864,199 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -97217,68 +97098,134 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions", + "Variants": [ + "List" ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}" - }, - { - "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "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 - }, - { - "Name": "EntitlementManagement.ReadWrite.All", - "Description": "Read and write entitlement management resources", - "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true - } - ], - "Uri": "/roleManagement/directory/roleDefinitions" + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "EntitlementManagement.ReadWrite.All", + "Description": "Read and write entitlement management resources", + "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", + "IsAdmin": 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 + }, + { + "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 + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions", "Variants": [ "List1" ], "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -97303,27 +97250,45 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": 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 + }, + { + "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 + }, { "Name": "RoleManagement.Read.Directory", "Description": "Read directory RBAC settings", "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", "IsAdmin": true }, + { + "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 + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleDefinitions" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -97365,65 +97330,65 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Get", "GetViaIdentity" @@ -97459,15 +97424,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Variants": [ "List" ], @@ -97502,15 +97467,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Variants": [ "List1" ], @@ -97545,15 +97510,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -97589,15 +97554,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -97633,15 +97598,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Variants": [ "List" ], @@ -97676,58 +97641,58 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -97763,15 +97728,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -97807,15 +97772,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Variants": [ "List" ], @@ -97850,15 +97815,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Variants": [ "List1" ], @@ -97893,15 +97858,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -97909,186 +97874,186 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments", "Variants": [ "List" ], @@ -98117,154 +98082,154 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/transitiveRoleAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphRbacApplication", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphRbacApplication1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -98272,98 +98237,98 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Variants": [ "List1" ], @@ -98404,15 +98369,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -98454,532 +98419,556 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -99004,118 +98993,136 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": 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 + }, + { + "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 + }, { "Name": "RoleManagement.Read.Directory", "Description": "Read directory RBAC settings", "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", "IsAdmin": true }, + { + "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 + }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Variants": [ "List" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Variants": [ "List1" ], @@ -99198,15 +99205,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -99214,456 +99221,456 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "SchemaExtensions", "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "GET", "Command": "Get-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Variants": [ "Get", "GetViaIdentity" @@ -99681,15 +99688,15 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/schemaExtensions/{schemaExtension-id}" + ] }, { "ApiVersion": "beta", - "Module": "SchemaExtensions", "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "GET", "Command": "Get-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions", "Variants": [ "List" ], @@ -99706,15 +99713,15 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/schemaExtensions" + ] }, { "ApiVersion": "v1.0", - "Module": "SchemaExtensions", "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "GET", "Command": "Get-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions", "Variants": [ "List1" ], @@ -99731,15 +99738,15 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/schemaExtensions" + ] }, { "ApiVersion": "v1.0", - "Module": "SchemaExtensions", "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "GET", "Command": "Get-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -99757,15 +99764,15 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/schemaExtensions/{schemaExtension-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchAcronym", "Method": "GET", "Command": "Get-MgSearchAcronym", + "Module": "Search", + "Uri": "/search/acronyms/{acronym-id}", "Variants": [ "Get", "GetViaIdentity" @@ -99783,15 +99790,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/acronyms/{acronym-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchAcronym", "Method": "GET", "Command": "Get-MgSearchAcronym", + "Module": "Search", + "Uri": "/search/acronyms", "Variants": [ "List" ], @@ -99808,15 +99815,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/acronyms" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchBookmark", "Method": "GET", "Command": "Get-MgSearchBookmark", + "Module": "Search", + "Uri": "/search/bookmarks/{bookmark-id}", "Variants": [ "Get", "GetViaIdentity" @@ -99824,25 +99831,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/search/bookmarks/{bookmark-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchBookmark", "Method": "GET", "Command": "Get-MgSearchBookmark", + "Module": "Search", + "Uri": "/search/bookmarks", "Variants": [ "List" ], @@ -99859,39 +99866,39 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/bookmarks" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchEntity", "Method": "GET", "Command": "Get-MgSearchEntity", + "Module": "Search", + "Uri": "/search", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/search" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "GET", "Command": "Get-MgSearchEntity", + "Module": "Search", + "Uri": "/search", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/search" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchQna", "Method": "GET", "Command": "Get-MgSearchQna", + "Module": "Search", + "Uri": "/search/qnas/{qna-id}", "Variants": [ "Get", "GetViaIdentity" @@ -99899,25 +99906,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/search/qnas/{qna-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchQna", "Method": "GET", "Command": "Get-MgSearchQna", + "Module": "Search", + "Uri": "/search/qnas", "Variants": [ "List" ], @@ -99934,15 +99941,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/qnas" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityAction", "Method": "GET", "Command": "Get-MgSecurityAction", + "Module": "Security", + "Uri": "/security/securityActions/{securityAction-id}", "Variants": [ "Get", "GetViaIdentity" @@ -99952,15 +99959,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/security/securityActions/{securityAction-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityAction", "Method": "GET", "Command": "Get-MgSecurityAction", + "Module": "Security", + "Uri": "/security/securityActions", "Variants": [ "List" ], @@ -99969,15 +99976,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/security/securityActions" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphAlert", "Method": "GET", "Command": "Get-MgSecurityAlert", + "Module": "Security", + "Uri": "/security/alerts/{alert-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -99985,25 +99992,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/alerts/{alert-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphAlert", "Method": "GET", "Command": "Get-MgSecurityAlert", + "Module": "Security", + "Uri": "/security/alerts", "Variants": [ "List" ], @@ -100020,15 +100027,15 @@ "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 } - ], - "Uri": "/security/alerts" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphAlert", "Method": "GET", "Command": "Get-MgSecurityAlert", + "Module": "Security", + "Uri": "/security/alerts", "Variants": [ "List1" ], @@ -100045,15 +100052,15 @@ "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 } - ], - "Uri": "/security/alerts" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphAlert", "Method": "GET", "Command": "Get-MgSecurityAlert", + "Module": "Security", + "Uri": "/security/alerts/{alert-id}", "Variants": [ "Get", "GetViaIdentity" @@ -100061,25 +100068,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/alerts/{alert-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulation", "Method": "GET", "Command": "Get-MgSecurityAttackSimulation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulations/{simulation-id}", "Variants": [ "Get", "Get3", @@ -100087,35 +100094,35 @@ ], "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 - }, - "Uri": "/security/attackSimulation/simulations/{simulation-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulation", "Method": "GET", "Command": "Get-MgSecurityAttackSimulation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulations", "Variants": [ "List" ], "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 - }, - "Uri": "/security/attackSimulation/simulations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulation", "Method": "GET", "Command": "Get-MgSecurityAttackSimulation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulations", "Variants": [ "List1" ], @@ -100124,29 +100131,29 @@ "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 - }, - "Uri": "/security/attackSimulation/simulations" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphAttackSimulationRoot", "Method": "GET", "Command": "Get-MgSecurityAttackSimulation", + "Module": "Security", + "Uri": "/security/attackSimulation", "Variants": [ "Get1", "Get2", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/attackSimulation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -100156,15 +100163,15 @@ "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 - }, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations", "Variants": [ "List" ], @@ -100173,63 +100180,63 @@ "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 - }, - "Uri": "/security/attackSimulation/simulationAutomations" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations", "Variants": [ "List1" ], "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 - }, - "Uri": "/security/attackSimulation/simulationAutomations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Variants": [ "List" ], @@ -100238,69 +100245,69 @@ "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 - }, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Variants": [ "List1" ], "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 - }, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityCasesRoot1", "Method": "GET", "Command": "Get-MgSecurityCase", + "Module": "Security", + "Uri": "/security/cases", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/security/cases" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityCasesRoot", "Method": "GET", "Command": "Get-MgSecurityCase", + "Module": "Security", + "Uri": "/security/cases", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/security/cases" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Variants": [ "Get", "GetViaIdentity" @@ -100308,75 +100315,75 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases", "Variants": [ "List" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases", "Variants": [ "List1" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -100384,25 +100391,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -100420,15 +100427,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Variants": [ "List" ], @@ -100445,15 +100452,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Variants": [ "List1" ], @@ -100470,15 +100477,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Variants": [ "Get", "GetViaIdentity" @@ -100496,15 +100503,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", "Variants": [ "Get1", "GetViaIdentity1" @@ -100522,15 +100529,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", "Variants": [ "Get", "GetViaIdentity" @@ -100548,28 +100555,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Variants": [ "List1" ], @@ -100586,15 +100593,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Variants": [ "List" ], @@ -100611,67 +100618,67 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Variants": [ "List1" ], @@ -100688,15 +100695,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Variants": [ "List" ], @@ -100713,67 +100720,67 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphGroup", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Variants": [ "List1" ], @@ -100790,53 +100797,53 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Variants": [ "List" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -100854,15 +100861,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "Variants": [ "List" ], @@ -100879,91 +100886,91 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "Variants": [ "List" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -100981,39 +100988,39 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -101021,69 +101028,69 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Variants": [ "List1" ], @@ -101100,15 +101107,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Variants": [ "List" ], @@ -101125,46 +101132,46 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Variants": [ "List1" ], @@ -101181,15 +101188,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Variants": [ "List" ], @@ -101206,28 +101213,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -101245,15 +101252,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "Variants": [ "List" ], @@ -101270,28 +101277,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileContent", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", "Variants": [ "Get", "GetViaIdentity" @@ -101309,28 +101316,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", "Variants": [ "Get", "GetViaIdentity" @@ -101348,27 +101355,27 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Variants": [ "Get", "GetViaIdentity" @@ -101376,25 +101383,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Variants": [ "List" ], @@ -101411,15 +101418,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Variants": [ "List1" ], @@ -101436,15 +101443,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -101452,25 +101459,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Variants": [ "Get", "GetViaIdentity" @@ -101478,25 +101485,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Variants": [ "List" ], @@ -101513,15 +101520,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Variants": [ "List1" ], @@ -101538,15 +101545,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -101564,45 +101571,45 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Variants": [ "List" ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Variants": [ "List1" ], @@ -101611,67 +101618,67 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "Variants": [ "List" ], @@ -101680,45 +101687,45 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "Variants": [ "List1" ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" @@ -101736,15 +101743,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "Variants": [ "Get1", "GetViaIdentity1" @@ -101762,28 +101769,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "Variants": [ "List" ], @@ -101792,15 +101799,15 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "Variants": [ "List1" ], @@ -101809,28 +101816,28 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Variants": [ "Get", "GetViaIdentity" @@ -101838,25 +101845,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Variants": [ "Get1", "GetViaIdentity1" @@ -101864,25 +101871,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Variants": [ "Get", "GetViaIdentity" @@ -101900,15 +101907,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Variants": [ "List" ], @@ -101925,40 +101932,40 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Variants": [ "List1" ], "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -101966,201 +101973,201 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityCloudAppSecurityProfile", + "Module": "Security", + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityCloudAppSecurityProfile", + "Module": "Security", + "Uri": "/security/cloudAppSecurityProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/cloudAppSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityDomainSecurityProfile", + "Module": "Security", + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityDomainSecurityProfile", + "Module": "Security", + "Uri": "/security/domainSecurityProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/domainSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphFileSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityFileSecurityProfile", + "Module": "Security", + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphFileSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityFileSecurityProfile", + "Module": "Security", + "Uri": "/security/fileSecurityProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/fileSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphHostSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityHostSecurityProfile", + "Module": "Security", + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphHostSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityHostSecurityProfile", + "Module": "Security", + "Uri": "/security/hostSecurityProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/hostSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "GET", "Command": "Get-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}", "Variants": [ "Get", "GetViaIdentity" @@ -102178,40 +102185,40 @@ "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true } - ], - "Uri": "/security/incidents/{incident-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "GET", "Command": "Get-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/incidents" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "GET", "Command": "Get-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents", "Variants": [ "List1" ], @@ -102228,15 +102235,15 @@ "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true } - ], - "Uri": "/security/incidents" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "GET", "Command": "Get-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -102254,77 +102261,77 @@ "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true } - ], - "Uri": "/security/incidents/{incident-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "GET", "Command": "Get-MgSecurityIncidentAlert", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "GET", "Command": "Get-MgSecurityIncidentAlert", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}/alerts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/incidents/{incident-id}/alerts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "GET", "Command": "Get-MgSecurityIncidentAlert", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}/alerts", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/security/incidents/{incident-id}/alerts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityAlert", "Method": "GET", "Command": "Get-MgSecurityIncidentAlert", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityInformationProtection", "Method": "GET", "Command": "Get-MgSecurityInformationProtection", + "Module": "Security", + "Uri": "/security/informationProtection", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/security/informationProtection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", "Method": "GET", "Command": "Get-MgSecurityInformationProtectionLabelPolicySetting", + "Module": "Security", + "Uri": "/security/informationProtection/labelPolicySettings", "Variants": [ "Get" ], @@ -102333,15 +102340,15 @@ "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 - }, - "Uri": "/security/informationProtection/labelPolicySettings" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Method": "GET", "Command": "Get-MgSecurityInformationProtectionSensitivityLabel", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Variants": [ "Get", "GetViaIdentity" @@ -102351,15 +102358,15 @@ "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 - }, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Method": "GET", "Command": "Get-MgSecurityInformationProtectionSensitivityLabel", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels", "Variants": [ "List" ], @@ -102368,78 +102375,78 @@ "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 - }, - "Uri": "/security/informationProtection/sensitivityLabels" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Method": "GET", "Command": "Get-MgSecurityInformationProtectionSensitivityLabelParent", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphIPSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityIPSecurityProfile", + "Module": "Security", + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphIPSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityIPSecurityProfile", + "Module": "Security", + "Uri": "/security/ipSecurityProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/ipSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", "Method": "GET", "Command": "Get-MgSecurityLabel", + "Module": "Security", + "Uri": "/security/labels", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/security/labels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", "Command": "Get-MgSecurityLabelRetentionEventType", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabel", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "Variants": [ "Get", "GetViaIdentity" @@ -102457,15 +102464,15 @@ "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 } - ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabel", + "Module": "Security", + "Uri": "/security/labels/retentionLabels", "Variants": [ "List" ], @@ -102482,65 +102489,65 @@ "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 } - ], - "Uri": "/security/labels/retentionLabels" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphProviderTenantSetting", "Method": "GET", "Command": "Get-MgSecurityProviderTenantSetting", + "Module": "Security", + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphProviderTenantSetting", "Method": "GET", "Command": "Get-MgSecurityProviderTenantSetting", + "Module": "Security", + "Uri": "/security/providerTenantSettings", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/providerTenantSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScore", "Method": "GET", "Command": "Get-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores/{secureScore-id}", "Variants": [ "Get", "GetViaIdentity" @@ -102558,15 +102565,15 @@ "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 } - ], - "Uri": "/security/secureScores/{secureScore-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScore", "Method": "GET", "Command": "Get-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores", "Variants": [ "List" ], @@ -102583,66 +102590,53 @@ "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 } - ], - "Uri": "/security/secureScores" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScore", "Method": "GET", "Command": "Get-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/secureScores" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScore", "Method": "GET", "Command": "Get-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores/{secureScore-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/security/secureScores/{secureScore-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Variants": [ "Get", "GetViaIdentity" @@ -102650,25 +102644,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles", "Variants": [ "List" ], @@ -102685,15 +102679,15 @@ "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 } - ], - "Uri": "/security/secureScoreControlProfiles" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles", "Variants": [ "List1" ], @@ -102710,41 +102704,28 @@ "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 } - ], - "Uri": "/security/secureScoreControlProfiles" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequest", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -102752,25 +102733,25 @@ "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", - "Description": "Read data subject requests", - "FullDescription": "Allows the app to read subject rights requests on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequest", + "Module": "Security", + "Uri": "/security/subjectRightsRequests", "Variants": [ "List" ], @@ -102787,15 +102768,15 @@ "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/subjectRightsRequests" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", "Variants": [ "Get", "GetViaIdentity" @@ -102813,91 +102794,91 @@ "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphAuthoredNote", "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestNote", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphAuthoredNote", "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestNote", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "Variants": [ "List" ], "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", - "Description": "Read data subject requests", - "FullDescription": "Allows the app to read subject rights requests on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphTeam", "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestTeam", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", "Method": "GET", "Command": "Get-MgSecurityThreatSubmission", + "Module": "Security", + "Uri": "/security/threatSubmission", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/security/threatSubmission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Method": "GET", "Command": "Get-MgSecurityThreatSubmissionEmailThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "Variants": [ "Get", "GetViaIdentity" @@ -102927,65 +102908,65 @@ "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 } - ], - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Method": "GET", "Command": "Get-MgSecurityThreatSubmissionEmailThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreats", "Variants": [ "List" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/threatSubmission/emailThreats" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Method": "GET", "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Method": "GET", "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "Variants": [ "List" ], @@ -103020,15 +103001,15 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Method": "GET", "Command": "Get-MgSecurityThreatSubmissionFileThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103058,52 +103039,52 @@ "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 } - ], - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Method": "GET", "Command": "Get-MgSecurityThreatSubmissionFileThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/fileThreats", "Variants": [ "List" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/threatSubmission/fileThreats" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Method": "GET", "Command": "Get-MgSecurityThreatSubmissionUrlThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103133,52 +103114,52 @@ "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 } - ], - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Method": "GET", "Command": "Get-MgSecurityThreatSubmissionUrlThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/urlThreats", "Variants": [ "List" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/threatSubmission/urlThreats" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphTiIndicator", "Method": "GET", "Command": "Get-MgSecurityTiIndicator", + "Module": "Security", + "Uri": "/security/tiIndicators/{tiIndicator-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103188,15 +103169,15 @@ "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 - }, - "Uri": "/security/tiIndicators/{tiIndicator-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphTiIndicator", "Method": "GET", "Command": "Get-MgSecurityTiIndicator", + "Module": "Security", + "Uri": "/security/tiIndicators", "Variants": [ "List" ], @@ -103205,78 +103186,65 @@ "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 - }, - "Uri": "/security/tiIndicators" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", "Method": "GET", "Command": "Get-MgSecurityTrigger", + "Module": "Security", + "Uri": "/security/triggers", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/security/triggers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEvent", + "Module": "Security", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "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 - }, - { - "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 - } - ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEvent", + "Module": "Security", + "Uri": "/security/triggers/retentionEvents", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/triggers/retentionEvents" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEventType", + "Module": "Security", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "Variants": [ "Get", "GetViaIdentity" @@ -103284,37 +103252,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", "Method": "GET", "Command": "Get-MgSecurityTriggerType", + "Module": "Security", + "Uri": "/security/triggerTypes", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/security/triggerTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Module": "Security", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103332,15 +103300,15 @@ "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 } - ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "GET", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Module": "Security", + "Uri": "/security/triggerTypes/retentionEventTypes", "Variants": [ "List" ], @@ -103357,40 +103325,40 @@ "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 } - ], - "Uri": "/security/triggerTypes/retentionEventTypes" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphUserSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityUserSecurityProfile", + "Module": "Security", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphUserSecurityProfile", "Method": "GET", "Command": "Get-MgSecurityUserSecurityProfile", + "Module": "Security", + "Uri": "/security/userSecurityProfiles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/security/userSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealth", "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103400,117 +103368,117 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealth", "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews", "Variants": [ "List" ], "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 - }, - "Uri": "/admin/serviceAnnouncement/healthOverviews" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealth", "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews", "Variants": [ "List1" ], "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 - }, - "Uri": "/admin/serviceAnnouncement/healthOverviews" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealth", "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", "Command": "Get-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103520,15 +103488,15 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", "Command": "Get-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues", "Variants": [ "List" ], @@ -103537,32 +103505,32 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/issues" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", "Command": "Get-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues", "Variants": [ "List1" ], "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 - }, - "Uri": "/admin/serviceAnnouncement/issues" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "GET", "Command": "Get-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -103572,15 +103540,15 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "GET", "Command": "Get-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103590,15 +103558,15 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "GET", "Command": "Get-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages", "Variants": [ "List" ], @@ -103607,50 +103575,50 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/messages" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "GET", "Command": "Get-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages", "Variants": [ "List1" ], "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 - }, - "Uri": "/admin/serviceAnnouncement/messages" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "GET", "Command": "Get-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "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 - }, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103660,15 +103628,15 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Variants": [ "List" ], @@ -103677,15 +103645,15 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Variants": [ "List1" ], @@ -103694,15 +103662,15 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -103712,67 +103680,67 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", "Command": "Get-MgServicePrincipal", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Variants": [ "Get", "GetViaIdentity" @@ -103780,187 +103748,37 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", "Command": "Get-MgServicePrincipal", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/servicePrincipals" - }, - { - "ApiVersion": "v1.0", - "Module": "Applications", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Method": "GET", - "Command": "Get-MgServicePrincipal", - "Variants": [ - "List1" - ], - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/servicePrincipals" - }, - { - "ApiVersion": "v1.0", - "Module": "Applications", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Method": "GET", - "Command": "Get-MgServicePrincipal", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}" - }, - { - "ApiVersion": "beta", - "Module": "Applications", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Method": "GET", - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}" - }, - { - "ApiVersion": "beta", "Module": "Applications", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Method": "GET", - "Command": "Get-MgServicePrincipalAppManagementPolicy", - "Variants": [ - "List" - ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies" - }, - { - "ApiVersion": "beta", - "Module": "Applications", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}" - }, - { - "ApiVersion": "beta", - "Module": "Applications", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "Uri": "/servicePrincipals", "Variants": [ "List" ], @@ -103989,15 +103807,165 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipal", + "Module": "Applications", + "Uri": "/servicePrincipals", + "Variants": [ + "List1" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo" + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipal", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "Variants": [ + "List" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read applications", + "FullDescription": "Allows the app to read applications and service principals on your behalf.", + "IsAdmin": 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 + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Variants": [ "List1" ], @@ -104026,41 +103994,41 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Variants": [ "List" ], @@ -104089,15 +104057,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Variants": [ "List1" ], @@ -104126,54 +104094,54 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgServicePrincipalById", + "Module": "Applications", + "Uri": "/servicePrincipals/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgServicePrincipalById", + "Module": "Applications", + "Uri": "/servicePrincipals/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/servicePrincipals/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "Variants": [ "List" ], @@ -104196,46 +104164,46 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Variants": [ "List" ], @@ -104258,15 +104226,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Variants": [ "List1" ], @@ -104289,28 +104257,28 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "Variants": [ "List" ], @@ -104339,15 +104307,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "Variants": [ "List1" ], @@ -104376,66 +104344,66 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Variants": [ "List" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Variants": [ "List1" ], @@ -104452,65 +104420,65 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "GET", "Command": "Get-MgServicePrincipalDelta", + "Module": "Applications", + "Uri": "/servicePrincipals/delta", "Variants": [ "Delta" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "GET", "Command": "Get-MgServicePrincipalDelta", + "Module": "Applications", + "Uri": "/servicePrincipals/delta", "Variants": [ "Delta1" ], @@ -104539,65 +104507,65 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/delta" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", "Command": "Get-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", "Command": "Get-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", "Command": "Get-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphEndpoint", "Method": "GET", "Command": "Get-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "Variants": [ "List" ], @@ -104620,15 +104588,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "Variants": [ "List1" ], @@ -104651,15 +104619,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Variants": [ "List" ], @@ -104682,15 +104650,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Variants": [ "List1" ], @@ -104713,40 +104681,40 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", "Command": "Get-MgServicePrincipalLicenseDetail", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", "Command": "Get-MgServicePrincipalLicenseDetail", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgServicePrincipalMemberGroup", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", @@ -104756,73 +104724,73 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgServicePrincipalMemberGroup", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", @@ -104890,15 +104858,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgServicePrincipalMemberObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", @@ -104908,79 +104876,79 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgServicePrincipalMemberObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", @@ -104990,92 +104958,92 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalMemberOf", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalMemberOf", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Variants": [ "List" ], @@ -105104,78 +105072,78 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalMemberOf", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Variants": [ "List1" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalMemberOf", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "Variants": [ "List" ], @@ -105198,15 +105166,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "Variants": [ "List1" ], @@ -105229,78 +105197,78 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "Variants": [ "List" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "Variants": [ "List1" ], @@ -105329,139 +105297,139 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalOwner", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "Variants": [ "List" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalOwner", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "Variants": [ "List1" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgServicePrincipalOwnerByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Variants": [ "List" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Get-MgServicePrincipalOwnerByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Variants": [ "List1" ], @@ -105490,15 +105458,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Method": "POST", "Command": "Get-MgServicePrincipalPasswordSingleSignOnCredentials", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", "Variants": [ "Get", "GetExpanded", @@ -105508,31 +105476,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "GET", "Command": "Get-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -105542,15 +105510,15 @@ "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 - }, - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "GET", "Command": "Get-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections", "Variants": [ "List" ], @@ -105559,32 +105527,32 @@ "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 - }, - "Uri": "/identityProtection/servicePrincipalRiskDetections" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "GET", "Command": "Get-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections", "Variants": [ "List1" ], "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 - }, - "Uri": "/identityProtection/servicePrincipalRiskDetections" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "GET", "Command": "Get-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -105594,28 +105562,28 @@ "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 - }, - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronization", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronization", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Get-MgServicePrincipalSynchronizationAccessToken", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", "Variants": [ "Acquire", "AcquireExpanded", @@ -105627,33 +105595,33 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "Variants": [ "List" ], @@ -105662,15 +105630,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationSchema", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobSchema", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Variants": [ "Get", "GetViaIdentity" @@ -105680,40 +105648,40 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -105723,15 +105691,15 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "Variants": [ "List" ], @@ -105740,152 +105708,152 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationSchema", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "GET", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "GET", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "Variants": [ "List1" ], @@ -105908,141 +105876,141 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "Variants": [ "List" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "Variants": [ "List1" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgServicePrincipalUserOwnedObject", + "Module": "Applications", + "Uri": "/servicePrincipals/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgShareDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", "Variants": [ "Get1", "GetViaIdentity1" @@ -106066,15 +106034,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgShareDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", "Variants": [ "Get", "GetViaIdentity" @@ -106098,15 +106066,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareDriveItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" @@ -106114,49 +106082,49 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareDriveItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Variants": [ "Get", "GetViaIdentity" @@ -106198,641 +106166,641 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgShareItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgShareItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgShareItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgShareItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphList1", "Method": "GET", "Command": "Get-MgShareList", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphList", "Method": "GET", "Command": "Get-MgShareList", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgShareListActivity", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgShareListColumnSourceColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgShareListColumnSourceColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgShareListContentTypeBase", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgShareListContentTypeBase", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgShareListContentTypeBaseType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgShareListContentTypeBaseType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgShareListContentTypeBaseType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgShareListContentTypeBaseType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnSourceColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgShareListContentTypeColumnSourceColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgShareListContentTypeCompatibleHubContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgShareListContentTypeCompatibleHubContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgShareListDrive", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/drive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/drive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgShareListDrive", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/drive", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/drive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgShareListItemActivity", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgShareListItemActivityByInterval", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get4", "Get5", "GetViaIdentity4", "GetViaIdentity5" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgShareListItemActivityByInterval", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", "Variants": [ "Get", "Get1", @@ -106843,470 +106811,470 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgShareListItemAnalytic", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgShareListItemAnalytic", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgShareListItemDelta", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "List2", "List3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgShareListItemDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgShareListItemDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareListItemDriveItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareListItemDriveItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareListItemField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareListItemField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Variants": [ "List2", "List3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareListItemVersionField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareListItemVersionField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgSharePermission", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/permission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgSharePermission", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/permission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgShareRoot", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgShareRoot", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareRootContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/root/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgShareRootContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/root/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSharedDriveItem1", "Method": "GET", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -107314,55 +107282,55 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/shares/{sharedDriveItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSharedDriveItem1", "Method": "GET", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/shares" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSharedDriveItem", "Method": "GET", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/shares" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSharedDriveItem", "Method": "GET", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -107370,57 +107338,57 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/shares/{sharedDriveItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgShareSite", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/site", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/site" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgShareSite", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/site", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/site" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgSite", + "Module": "Sites", + "Uri": "/sites/{site-id}", "Variants": [ "Get", "GetViaIdentity" @@ -107430,15 +107398,15 @@ "Description": "Read items in all site collections", "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false - }, - "Uri": "/sites/{site-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgSite", + "Module": "Sites", + "Uri": "/sites", "Variants": [ "List" ], @@ -107461,15 +107429,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgSite", + "Module": "Sites", + "Uri": "/sites", "Variants": [ "List2" ], @@ -107492,33 +107460,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgSite", + "Module": "Sites", + "Uri": "/sites/{site-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "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 - }, - "Uri": "/sites/{site-id}" + "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 + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgSiteActivityByInterval", + "Module": "Sites", + "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" @@ -107560,15 +107536,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgSiteActivityByInterval", + "Module": "Sites", + "Uri": "/sites/{site-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", @@ -107612,15 +107588,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/getActivitiesByInterval" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgSiteAnalytic", + "Module": "Sites", + "Uri": "/sites/{site-id}/analytics", "Variants": [ "Get", "GetViaIdentity" @@ -107628,49 +107604,49 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/analytics" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgSiteAnalytic", + "Module": "Sites", + "Uri": "/sites/{site-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" @@ -107712,15 +107688,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/analytics" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteApplicableContentTypeForList", + "Module": "Sites", + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "Variants": [ "Get", "GetViaIdentity" @@ -107750,15 +107726,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteApplicableContentTypeForList", + "Module": "Sites", + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "Variants": [ "Get1", "GetViaIdentity1" @@ -107788,41 +107764,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgSiteByPath", + "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgSiteByPath", + "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -107852,15 +107828,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns", "Variants": [ "List" ], @@ -107889,52 +107865,52 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -107964,15 +107940,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Get", "GetViaIdentity" @@ -108002,89 +107978,89 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -108092,114 +108068,40 @@ "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 - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all your site collections", - "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}" - }, - { - "ApiVersion": "beta", - "Module": "Sites", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumn", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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 }, { "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all your site collections", - "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteContentTypeColumn", - "Variants": [ - "List" - ], - "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 - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all your site collections", - "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", - "IsAdmin": 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 - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false - } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns" - }, - { - "ApiVersion": "v1.0", "Module": "Sites", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ - "List1" + "Get", + "GetViaIdentity" ], "Permissions": [ { @@ -108226,15 +108128,89 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Variants": [ + "List" ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns" + "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 + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all your site collections", + "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", + "IsAdmin": 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 + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumn", "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "Sites.FullControl.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Sites.Manage.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Sites.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -108264,65 +108240,65 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get", "GetViaIdentity" @@ -108352,15 +108328,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get1", "GetViaIdentity1" @@ -108368,37 +108344,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgSiteDefaultDrive", + "Module": "Sites", + "Uri": "/sites/{site-id}/drive", "Variants": [ "Get", "GetViaIdentity" @@ -108406,49 +108382,49 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/drive" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgSiteDefaultDrive", + "Module": "Sites", + "Uri": "/sites/{site-id}/drive", "Variants": [ "Get2", "GetViaIdentity2" @@ -108490,15 +108466,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/drive" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgSiteDelta", + "Module": "Sites", + "Uri": "/sites/delta", "Variants": [ "Delta" ], @@ -108507,28 +108483,28 @@ "Description": "Read items in all site collections", "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false - }, - "Uri": "/sites/delta" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgSiteDrive", + "Module": "Sites", + "Uri": "/sites/{site-id}/drives/{drive-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgSiteDrive", + "Module": "Sites", + "Uri": "/sites/{site-id}/drives", "Variants": [ "List" ], @@ -108569,127 +108545,127 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/drives" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgSiteDrive", + "Module": "Sites", + "Uri": "/sites/{site-id}/drives", "Variants": [ "List1" ], "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/drives" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgSiteDrive", + "Module": "Sites", + "Uri": "/sites/{site-id}/drives/{drive-id}", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteExternalColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteExternalColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/externalColumns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/externalColumns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteExternalColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/externalColumns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/externalColumns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteExternalColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphList", "Method": "GET", "Command": "Get-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", "Variants": [ "Get", "GetViaIdentity" @@ -108697,49 +108673,62 @@ "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphList", "Method": "GET", "Command": "Get-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists" + "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 + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphList1", "Method": "GET", "Command": "Get-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphList1", "Method": "GET", "Command": "Get-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -108757,15 +108746,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgSiteListActivity", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/activities", "Variants": [ "List" ], @@ -108806,15 +108795,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/activities" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -108844,52 +108833,52 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Variants": [ "List1" ], @@ -108918,15 +108907,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -108934,37 +108923,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Get", "GetViaIdentity" @@ -108994,15 +108983,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Variants": [ "List" ], @@ -109031,52 +109020,52 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -109106,91 +109095,91 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteListContentTypeBase", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteListContentTypeBase", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteListContentTypeBaseType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteListContentTypeBaseType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteListContentTypeBaseType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteListContentTypeBaseType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -109198,74 +109187,74 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Variants": [ "List1" ], @@ -109294,15 +109283,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -109310,137 +109299,137 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnPosition", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnPosition", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnPosition", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnPosition", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get", "GetViaIdentity" @@ -109470,15 +109459,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get1", "GetViaIdentity1" @@ -109508,41 +109497,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgSiteListDrive", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/drive", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/drive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgSiteListDrive", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/drive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/drive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -109560,15 +109549,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "Variants": [ "List" ], @@ -109585,40 +109574,40 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "Variants": [ "List1" ], "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -109636,15 +109625,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgSiteListItemActivity", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Variants": [ "List" ], @@ -109685,15 +109674,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgSiteListItemActivityByInterval", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" @@ -109735,15 +109724,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgSiteListItemActivityByInterval", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", @@ -109787,15 +109776,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgSiteListItemAnalytic", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Variants": [ "Get", "GetViaIdentity" @@ -109837,15 +109826,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgSiteListItemAnalytic", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" @@ -109887,15 +109876,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgSiteListItemDelta", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", "Variants": [ "Delta", "Delta1", @@ -109905,25 +109894,25 @@ "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" @@ -109953,52 +109942,52 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Variants": [ "List1" ], @@ -110027,15 +110016,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -110065,15 +110054,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgSiteListItemDriveItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Variants": [ "Get", "GetViaIdentity" @@ -110115,117 +110104,80 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgSiteListItemDriveItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Variants": [ + "Get1", + "GetViaIdentity1" ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem" - }, - { - "ApiVersion": "v1.0", - "Module": "Sites", - "OutputType": "IMicrosoftGraphDriveItem", - "Method": "GET", - "Command": "Get-MgSiteListItemDriveItem", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [ - { - "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", - "IsAdmin": false - }, - { - "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", - "IsAdmin": false - }, - { - "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", - "IsAdmin": false - }, - { - "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", - "IsAdmin": 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 - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false - } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteListItemDriveItemContent", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteListItemDriveItemContent", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteListItemField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteListItemField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" @@ -110243,40 +110195,40 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Variants": [ "List" ], "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Variants": [ "List1" ], @@ -110293,15 +110245,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -110309,51 +110261,51 @@ "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteListItemVersionField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteListItemVersionField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -110361,74 +110313,74 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Variants": [ "List1" ], @@ -110457,15 +110409,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -110473,87 +110425,87 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", "Command": "Get-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -110561,43 +110513,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", "Command": "Get-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks", "Variants": [ "List1" ], @@ -110632,15 +110584,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", "Command": "Get-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks", "Variants": [ "List" ], @@ -110675,15 +110627,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", "Command": "Get-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Get", "GetViaIdentity" @@ -110719,88 +110671,88 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "List1" ], "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "List" ], @@ -110835,58 +110787,58 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "List1" ], "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "List" ], @@ -110921,15 +110873,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", "Command": "Get-MgSiteOnenoteOperation", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -110965,64 +110917,26 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}" - }, - { - "ApiVersion": "v1.0", - "Module": "Notes", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Method": "GET", - "Command": "Get-MgSiteOnenoteOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}" + ] }, { - "ApiVersion": "beta", - "Module": "Notes", - "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", - "Command": "Get-MgSiteOnenotePage", + "Command": "Get-MgSiteOnenoteOperation", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, { "Name": "Notes.Read", "Description": "Read your OneNote notebooks", @@ -111047,17 +110961,18 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", "Command": "Get-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -111084,15 +110999,52 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages", + "Variants": [ + "List1" ], - "Uri": "/sites/{site-id}/onenote/pages" + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages", "Variants": [ "List" ], @@ -111121,15 +111073,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -111159,67 +111111,67 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteOnenotePageContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteOnenotePageContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", "Command": "Get-MgSiteOnenoteResource", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", "Command": "Get-MgSiteOnenoteResource", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteOnenoteResourceContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Get1", "GetViaIdentity1" @@ -111249,15 +111201,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgSiteOnenoteResourceContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Get", "GetViaIdentity" @@ -111265,37 +111217,37 @@ "Permissions": [ { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -111303,43 +111255,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections", "Variants": [ "List1" ], @@ -111374,15 +111326,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections", "Variants": [ "List" ], @@ -111417,15 +111369,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -111461,15 +111413,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -111505,15 +111457,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Variants": [ "List2", "List3" @@ -111549,146 +111501,146 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "Variants": [ + "List", + "List1" ], - "Uri": "/sites/{site-id}/onenote/sectionGroups" - }, - { - "ApiVersion": "v1.0", - "Module": "Notes", - "OutputType": "IMicrosoftGraphSectionGroup", - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroup", - "Variants": [ - "List", - "List1" - ], - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups" - }, - { - "ApiVersion": "v1.0", - "Module": "Notes", - "OutputType": "IMicrosoftGraphSectionGroup", - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}" - }, - { - "ApiVersion": "beta", - "Module": "Notes", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroupSection", - "Variants": [ - "List1" - ], - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroupSection", "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "List" ], @@ -111723,15 +111675,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", "Command": "Get-MgSiteOnenoteSectionPage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "List1" ], @@ -111760,15 +111712,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgSiteOnenoteSectionPage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "List" ], @@ -111797,15 +111749,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSitePage", "Method": "GET", "Command": "Get-MgSitePage", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -111823,15 +111775,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSitePage", "Method": "GET", "Command": "Get-MgSitePage", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages", "Variants": [ "List" ], @@ -111848,28 +111800,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphCanvasLayout", "Method": "GET", "Command": "Get-MgSitePageCanvaLayout", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -111877,50 +111829,50 @@ "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Variants": [ "List" ], "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Variants": [ "Get", "GetViaIdentity" @@ -111928,25 +111880,25 @@ "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Variants": [ "List" ], @@ -111963,15 +111915,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Variants": [ "Get", "GetViaIdentity" @@ -111989,53 +111941,53 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPart", "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Variants": [ "List" ], "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPartPosition", "Method": "POST", "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphVerticalSection", "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutVerticalSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Variants": [ "Get", "GetViaIdentity" @@ -112043,25 +111995,25 @@ "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Variants": [ "Get", "GetViaIdentity" @@ -112079,15 +112031,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPart", "Method": "GET", "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Variants": [ "List" ], @@ -112104,28 +112056,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPartPosition", "Method": "POST", "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Get-MgSitePageWebPart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Variants": [ "Get", "GetViaIdentity" @@ -112143,15 +112095,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPart", "Method": "GET", "Command": "Get-MgSitePageWebPart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", "Variants": [ "List" ], @@ -112168,43 +112120,43 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPart", "Method": "POST", "Command": "Get-MgSitePageWebPartByPosition", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphWebPartPosition", "Method": "POST", "Command": "Get-MgSitePageWebPartPositionOfWebPart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Get", "GetViaIdentity" @@ -112214,15 +112166,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/permissions/{permission-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions", "Variants": [ "List" ], @@ -112231,32 +112183,32 @@ "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true - }, - "Uri": "/sites/{site-id}/permissions" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions", "Variants": [ "List1" ], "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 - }, - "Uri": "/sites/{site-id}/permissions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -112266,15 +112218,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/permissions/{permission-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", "Command": "Get-MgSiteRecentNotebook", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Variants": [ "Get", "GetViaIdentity" @@ -112282,43 +112234,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", "Command": "Get-MgSiteRecentNotebook", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Variants": [ "Get1", "GetViaIdentity1" @@ -112354,15 +112306,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStore", "Method": "GET", "Command": "Get-MgSiteTermStore", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore", "Variants": [ "Get2", "GetViaIdentity2" @@ -112380,27 +112332,27 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStore1", "Method": "GET", "Command": "Get-MgSiteTermStore", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStore1", "Method": "GET", "Command": "Get-MgSiteTermStore", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore", "Variants": [ "Get", "Get1", @@ -112410,25 +112362,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "GET", "Command": "Get-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Variants": [ "Get2", "GetViaIdentity2" @@ -112446,15 +112398,15 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "GET", "Command": "Get-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups", "Variants": [ "List2" ], @@ -112471,15 +112423,15 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/groups" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups", "Variants": [ "List", "List1" @@ -112487,25 +112439,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore/groups" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Variants": [ "Get", "Get1", @@ -112525,53 +112477,53 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Variants": [ "List2" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Variants": [ "List", "List1" @@ -112589,69 +112541,69 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Variants": [ "List3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Variants": [ "List", "List1", "List2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Variants": [ "Get", "Get1", @@ -112660,208 +112612,208 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetParentGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Variants": [ "List2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Variants": [ "Get2", "GetViaIdentity2" @@ -112869,50 +112821,50 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Variants": [ "List2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Variants": [ "Get", "Get1", @@ -112932,250 +112884,250 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Variants": [ "List2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "List2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "GET", "Command": "Get-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Get2", "GetViaIdentity2" @@ -113183,37 +113135,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Get", "Get1", @@ -113223,90 +113175,64 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Variants": [ "List3" ], - "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 - }, - { - "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 - } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Variants": [ "List", "List1", "List2" ], - "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 - }, - { - "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 - } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Get", "Get1", @@ -113315,563 +113241,563 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Variants": [ "List2" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Variants": [ "List", "List1" @@ -113879,79 +113805,79 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Get2", "GetViaIdentity2" @@ -113969,40 +113895,40 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Variants": [ "List2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Get", "Get1", @@ -114022,28 +113948,28 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Variants": [ "List2" ], @@ -114060,15 +113986,15 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Variants": [ "List", "List1" @@ -114076,155 +114002,142 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "List2" ], - "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 - }, - { - "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 - } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "List", "List1" @@ -114242,82 +114155,82 @@ "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 } - ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelationSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "GET", "Command": "Get-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", "Variants": [ "Get", "GetViaIdentity" @@ -114325,68 +114238,68 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/subscribedSkus/{subscribedSku-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "GET", "Command": "Get-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/subscribedSkus" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "GET", "Command": "Get-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus", "Variants": [ "List1" ], @@ -114415,15 +114328,15 @@ "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 } - ], - "Uri": "/subscribedSkus" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "GET", "Command": "Get-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -114447,78 +114360,78 @@ "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 } - ], - "Uri": "/subscribedSkus/{subscribedSku-id}" + ] }, { "ApiVersion": "beta", - "Module": "ChangeNotifications", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ChangeNotifications", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "ChangeNotifications", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "ChangeNotifications", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgSubSite", + "Module": "Sites", + "Uri": "/sites/{site-id}/sites/{site-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/sites/{site-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgSubSite", + "Module": "Sites", + "Uri": "/sites/{site-id}/sites", "Variants": [ "List1" ], @@ -114535,15 +114448,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/sites" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgSubSite", + "Module": "Sites", + "Uri": "/sites/{site-id}/sites", "Variants": [ "List3" ], @@ -114560,28 +114473,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/sites" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgSubSite", + "Module": "Sites", + "Uri": "/sites/{site-id}/sites/{site-id1}", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/sites/{site-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam", "Method": "GET", "Command": "Get-MgTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -114629,39 +114542,39 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam", "Method": "GET", "Command": "Get-MgTeam", + "Module": "Teams", + "Uri": "/teams", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam1", "Method": "GET", "Command": "Get-MgTeam", + "Module": "Teams", + "Uri": "/teams", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam1", "Method": "GET", "Command": "Get-MgTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}", "Variants": [ "Get", "GetViaIdentity" @@ -114709,15 +114622,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Variants": [ "Get3", "GetViaIdentity3" @@ -114725,55 +114638,55 @@ "Permissions": [ { "Name": "Channel.ReadBasic.All", - "Description": "Read the names and descriptions of channels", - "FullDescription": "Read channel names and channel descriptions, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels", "Variants": [ "List3" ], @@ -114820,70 +114733,70 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels", "Variants": [ "List1" ], "Permissions": [ { "Name": "Channel.ReadBasic.All", - "Description": "Read the names and descriptions of channels", - "FullDescription": "Read channel names and channel descriptions, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -114931,15 +114844,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgTeamChannelFileFolder", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", "Variants": [ "Get1", "GetViaIdentity1" @@ -114947,37 +114860,37 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgTeamChannelFileFolder", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", "Variants": [ "Get", "GetViaIdentity" @@ -115007,41 +114920,41 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -115053,76 +114966,52 @@ "FullDescription": "Read the members of channels, on your behalf.", "IsAdmin": true }, - { - "Name": "ChannelMember.ReadWrite", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": 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 - }, - { - "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 - }, - { - "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 - }, - { - "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Variants": [ "List1" ], "Permissions": [ { "Name": "ChannelMember.Read.All", - "Description": "Read the members of teams and channels", - "FullDescription": "Read the members of channels, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Variants": [ "List" ], @@ -115145,15 +115034,15 @@ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" @@ -115165,45 +115054,21 @@ "FullDescription": "Read the members of channels, on your behalf.", "IsAdmin": true }, - { - "Name": "ChannelMember.ReadWrite", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": 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 - }, - { - "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 - }, - { - "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 - }, - { - "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Get2", "Get3", @@ -115213,43 +115078,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Variants": [ "List1" ], @@ -115258,15 +115123,15 @@ "Description": "Read your channel messages", "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Variants": [ "List" ], @@ -115275,15 +115140,15 @@ "Description": "Read your channel messages", "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Get", "Get1", @@ -115293,61 +115158,61 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamChannelMessageDelta", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamChannelMessageDelta", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -115357,15 +115222,15 @@ "Description": "Read your channel messages", "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -115373,93 +115238,93 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -115483,15 +115348,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get1", "GetViaIdentity1" @@ -115527,15 +115392,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "List1" ], @@ -115544,15 +115409,15 @@ "Description": "Read your channel messages", "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "List" ], @@ -115561,15 +115426,15 @@ "Description": "Read your channel messages", "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get", "GetViaIdentity" @@ -115605,15 +115470,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyDelta", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -115649,15 +115514,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyDelta", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -115693,15 +115558,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -115724,16 +115589,28 @@ "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 + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List1" ], @@ -115755,16 +115632,28 @@ "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 + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List" ], @@ -115786,16 +115675,28 @@ "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 + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -115803,31 +115704,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -115835,25 +115736,25 @@ "Permissions": [ { "Name": "ChannelMember.Read.All", - "Description": "Read the members of teams and channels", - "FullDescription": "Read the members of channels, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Variants": [ "List1" ], @@ -115870,40 +115771,40 @@ "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Variants": [ "List" ], "Permissions": [ { "Name": "ChannelMember.Read.All", - "Description": "Read the members of teams and channels", - "FullDescription": "Read the members of channels, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get", "GetViaIdentity" @@ -115921,28 +115822,28 @@ "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List1" ], @@ -115959,15 +115860,15 @@ "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List" ], @@ -115984,28 +115885,28 @@ "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -116013,61 +115914,61 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Variants": [ "List1" ], @@ -116120,15 +116021,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Variants": [ "List" ], @@ -116181,195 +116082,19 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgTeamChannelTab", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": 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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}" - }, - { - "ApiVersion": "beta", - "Module": "Teams", - "OutputType": "IMicrosoftGraphTeamsApp", - "Method": "GET", - "Command": "Get-MgTeamChannelTabTeamApp", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp" - }, - { - "ApiVersion": "v1.0", - "Module": "Teams", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Method": "GET", - "Command": "Get-MgTeamChannelTabTeamApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp" - }, - { - "ApiVersion": "beta", - "Module": "Teams", - "OutputType": "IMicrosoftGraphChannel", - "Method": "GET", - "Command": "Get-MgTeamIncomingChannel", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [], - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}" - }, - { - "ApiVersion": "beta", - "Module": "Teams", - "OutputType": "IMicrosoftGraphChannel", - "Method": "GET", - "Command": "Get-MgTeamIncomingChannel", - "Variants": [ - "List1" - ], - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/incomingChannels" - }, - { - "ApiVersion": "v1.0", - "Module": "Teams", - "OutputType": "IMicrosoftGraphChannel1", - "Method": "GET", - "Command": "Get-MgTeamIncomingChannel", - "Variants": [ - "List" - ], - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/incomingChannels" - }, - { - "ApiVersion": "v1.0", "Module": "Teams", - "OutputType": "IMicrosoftGraphChannel1", - "Method": "GET", - "Command": "Get-MgTeamIncomingChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}" - }, - { - "ApiVersion": "beta", - "Module": "Teams", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Method": "GET", - "Command": "Get-MgTeamInstalledApp", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], "Permissions": [ { "Name": "Directory.Read.All", @@ -116396,40 +116121,155 @@ "IsAdmin": true }, { - "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.", + "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 }, { - "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 + "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 }, { - "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.", + "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 }, { - "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.", + "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 } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgTeamChannelTabTeamApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Permissions": [] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTeamsApp1", + "Method": "GET", + "Command": "Get-MgTeamChannelTabTeamApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "Variants": [ + "Get1", + "GetViaIdentity1" ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", "Module": "Teams", + "Uri": "/teams/{team-id}/incomingChannels", + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "Channel.ReadBasic.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "ChannelSettings.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "ChannelSettings.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", + "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/incomingChannels", + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "Channel.ReadBasic.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "ChannelSettings.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "ChannelSettings.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphChannel1", + "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], "Permissions": [ { @@ -116462,6 +116302,12 @@ "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 }, + { + "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 + }, { "Name": "TeamsAppInstallation.ReadWriteForTeam", "Description": "Manage installed Teams apps in teams", @@ -116474,15 +116320,70 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Method": "GET", + "Command": "Get-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps", + "Variants": [ + "List1" ], - "Uri": "/teams/{team-id}/installedApps" + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "TeamsAppInstallation.ReadForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", "Command": "Get-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps", "Variants": [ "List" ], @@ -116529,15 +116430,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/installedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", "Command": "Get-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -116591,67 +116492,67 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgTeamInstalledAppTeamApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgTeamInstalledAppTeamApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", "Command": "Get-MgTeamInstalledAppTeamAppDefinition", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", "Command": "Get-MgTeamInstalledAppTeamAppDefinition", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -116659,25 +116560,25 @@ "Permissions": [ { "Name": "TeamMember.Read.All", - "Description": "Read the members of teams", - "FullDescription": "Read the members of teams, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members", "Variants": [ "List1" ], @@ -116694,15 +116595,15 @@ "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 } - ], - "Uri": "/teams/{team-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members", "Variants": [ "List" ], @@ -116719,15 +116620,15 @@ "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 } - ], - "Uri": "/teams/{team-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" @@ -116745,15 +116646,15 @@ "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 } - ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamMessage", + "Module": "Teams", + "Uri": "/teams/getAllMessages", "Variants": [ "Get1" ], @@ -116800,15 +116701,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/getAllMessages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamMessage", + "Module": "Teams", + "Uri": "/teams/getAllMessages", "Variants": [ "Get" ], @@ -116855,103 +116756,103 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/getAllMessages" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", "Command": "Get-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", "Command": "Get-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "GET", "Command": "Get-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "GET", "Command": "Get-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgTeamOwner", + "Module": "Teams", + "Uri": "/teams/{team-id}/owners/{user-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/owners/{user-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgTeamOwner", + "Module": "Teams", + "Uri": "/teams/{team-id}/owners", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/owners" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgTeamPermissionGrant", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgTeamPermissionGrant", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants", "Variants": [ "List" ], @@ -116974,127 +116875,127 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/permissionGrants" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgTeamPermissionGrantById", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Get-MgTeamPermissionGrantMemberGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Get-MgTeamPermissionGrantMemberObject", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgTeamPermissionGrantUserOwnedObject", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgTeamPhoto", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgTeamPhoto", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamPhotoContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo/$value", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamPhotoContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo/$value", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel", "Variants": [ "Get1", "GetViaIdentity1" @@ -117118,15 +117019,15 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/primaryChannel" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel", "Variants": [ "Get", "GetViaIdentity" @@ -117150,545 +117051,545 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/primaryChannel" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelFileFolder", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/filesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelFileFolder", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/filesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamPrimaryChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamPrimaryChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageDelta", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageDelta", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedule1", "Method": "GET", "Command": "Get-MgTeamSchedule", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule", "Variants": [ "Get1", "GetViaIdentity1" @@ -117718,15 +117619,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedule", "Method": "GET", "Command": "Get-MgTeamSchedule", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule", "Variants": [ "Get", "GetViaIdentity" @@ -117734,37 +117635,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -117794,65 +117695,65 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -117882,15 +117783,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift1", "Method": "GET", "Command": "Get-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -117898,74 +117799,74 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift1", "Method": "GET", "Command": "Get-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/openShifts" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift", "Method": "GET", "Command": "Get-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts", "Variants": [ "List" ], @@ -117994,15 +117895,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/openShifts" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift", "Method": "GET", "Command": "Get-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Variants": [ "Get", "GetViaIdentity" @@ -118010,37 +117911,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -118048,37 +117949,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Variants": [ "List1" ], @@ -118094,65 +117995,53 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - { - "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 - }, - { - "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 } - ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -118182,15 +118071,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -118220,52 +118109,52 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "Variants": [ "List" ], @@ -118294,15 +118183,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Get", "GetViaIdentity" @@ -118332,15 +118221,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift1", "Method": "GET", "Command": "Get-MgTeamScheduleShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -118370,140 +118259,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift1", "Method": "GET", "Command": "Get-MgTeamScheduleShift", - "Variants": [ - "List1" - ], - "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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/shifts" - }, - { - "ApiVersion": "v1.0", - "Module": "Teams", - "OutputType": "IMicrosoftGraphShift", - "Method": "GET", - "Command": "Get-MgTeamScheduleShift", - "Variants": [ - "List" - ], - "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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/shifts" - }, - { - "ApiVersion": "v1.0", - "Module": "Teams", - "OutputType": "IMicrosoftGraphShift", - "Method": "GET", - "Command": "Get-MgTeamScheduleShift", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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 - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}" - }, - { - "ApiVersion": "beta", "Module": "Teams", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" - }, - { - "ApiVersion": "beta", - "Module": "Teams", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/shifts", "Variants": [ "List1" ], @@ -118532,17 +118296,105 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgTeamScheduleShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts", + "Variants": [ + "List" ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests" + "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 + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + } + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgTeamScheduleShift", "Module": "Teams", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true + }, + { + "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 + }, + { + "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 + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "GET", "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ - "List" + "Get1", + "GetViaIdentity1" + ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", + "Method": "GET", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Variants": [ + "List1" ], "Permissions": [ { @@ -118569,28 +118421,65 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests" + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Schedule.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "GET", "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "GET", "Command": "Get-MgTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "Variants": [ "Get", "GetViaIdentity" @@ -118608,15 +118497,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "GET", "Command": "Get-MgTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards", "Variants": [ "List" ], @@ -118633,15 +118522,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timeCards" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff1", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -118671,52 +118560,52 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff1", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/timesOff" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff", "Variants": [ "List" ], @@ -118732,28 +118621,16 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - { - "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 - }, - { - "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 } - ], - "Uri": "/teams/{team-id}/schedule/timesOff" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Variants": [ "Get", "GetViaIdentity" @@ -118783,15 +118660,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -118821,52 +118698,52 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "Variants": [ "List" ], @@ -118895,15 +118772,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Get", "GetViaIdentity" @@ -118933,15 +118810,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -118958,28 +118835,16 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - { - "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 - }, - { - "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 } - ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Variants": [ "List1" ], @@ -119008,52 +118873,52 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "GET", "Command": "Get-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -119083,15 +118948,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", "Command": "Get-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -119109,15 +118974,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", "Command": "Get-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags", "Variants": [ "List1" ], @@ -119134,15 +118999,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/tags" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", "Command": "Get-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags", "Variants": [ "List" ], @@ -119159,15 +119024,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/tags" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "GET", "Command": "Get-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Variants": [ "Get", "GetViaIdentity" @@ -119185,15 +119050,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", "Command": "Get-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -119211,40 +119076,40 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", "Command": "Get-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Variants": [ "List1" ], "Permissions": [ { "Name": "TeamworkTag.Read", - "Description": "Read tags in Teams", - "FullDescription": "Allows the app to read tags in Teams, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", "Command": "Get-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Variants": [ "List" ], @@ -119261,15 +119126,15 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", "Command": "Get-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Get", "GetViaIdentity" @@ -119287,412 +119152,412 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamTemplate", + "Module": "Teams", + "Uri": "/teams/{team-id}/template", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/template" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamTemplate", + "Module": "Teams", + "Uri": "/teams/{team-id}/template", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/template" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "GET", "Command": "Get-MgTeamTemplateDefinition", + "Module": "Teams", + "Uri": "/teams/{team-id}/templateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/templateDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamwork1", "Method": "GET", "Command": "Get-MgTeamwork", + "Module": "Teams", + "Uri": "/teamwork", "Variants": [ "Get1" ], - "Permissions": [], - "Uri": "/teamwork" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamwork", "Method": "GET", "Command": "Get-MgTeamwork", + "Module": "Teams", + "Uri": "/teamwork", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/teamwork" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDeletedTeam", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDeletedTeam", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams", "Variants": [ "List" ], "Permissions": { "Name": "Team.ReadBasic.All", - "Description": "Read the names and descriptions of teams", - "FullDescription": "Read the names and descriptions of teams, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/teamwork/deletedTeams" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannel", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannel", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamMessage", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/getAllMessages", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/getAllMessages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDevice", "Method": "GET", "Command": "Get-MgTeamworkDevice", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}", "Variants": [ "Get", "GetViaIdentity" @@ -119710,15 +119575,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/devices/{teamworkDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDevice", "Method": "GET", "Command": "Get-MgTeamworkDevice", + "Module": "Teams", + "Uri": "/teamwork/devices", "Variants": [ "List" ], @@ -119735,15 +119600,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/devices" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", "Method": "GET", "Command": "Get-MgTeamworkDeviceActivity", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "Variants": [ "Get", "GetViaIdentity" @@ -119761,15 +119626,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", "Method": "GET", "Command": "Get-MgTeamworkDeviceConfiguration", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "Variants": [ "Get", "GetViaIdentity" @@ -119787,15 +119652,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", "Method": "GET", "Command": "Get-MgTeamworkDeviceHealth", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "Variants": [ "Get", "GetViaIdentity" @@ -119813,15 +119678,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/health" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Method": "GET", "Command": "Get-MgTeamworkDeviceOperation", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -119839,15 +119704,15 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Method": "GET", "Command": "Get-MgTeamworkDeviceOperation", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "Variants": [ "List" ], @@ -119864,70 +119729,70 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppSettings", "Method": "GET", "Command": "Get-MgTeamworkTeamAppSetting", + "Module": "Teams", + "Uri": "/teamwork/teamsAppSettings", "Variants": [ "Get" ], "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", - "Description": "Read Teams app settings", - "FullDescription": "Allows the app to read the Teams app settings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teamwork/teamsAppSettings" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamTemplate", "Method": "GET", "Command": "Get-MgTeamworkTeamTemplate", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamTemplate", "Method": "GET", "Command": "Get-MgTeamworkTeamTemplate", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates", "Variants": [ "List" ], "Permissions": { "Name": "Team.Create", - "Description": "Create teams", - "FullDescription": "Allows the app to create teams on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/teamwork/teamTemplates" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "GET", "Command": "Get-MgTeamworkTeamTemplateDefinition", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -119937,27 +119802,27 @@ "Description": "Create teams", "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false - }, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "GET", "Command": "Get-MgTeamworkTeamTemplateDefinition", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam", "Method": "GET", "Command": "Get-MgTeamworkTeamTemplateDefinitionTeamDefinition", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", "Variants": [ "Get", "GetViaIdentity" @@ -119967,15 +119832,15 @@ "Description": "Create teams", "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false - }, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphWorkforceIntegration1", "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -119993,40 +119858,40 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphWorkforceIntegration1", "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teamwork/workforceIntegrations" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphWorkforceIntegration", "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations", "Variants": [ "List" ], @@ -120043,15 +119908,15 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/workforceIntegrations" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphWorkforceIntegration", "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120069,15 +119934,15 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenant", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120095,15 +119960,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenant", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenants", "Variants": [ "List" ], @@ -120120,28 +119985,28 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/tenants" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "Variants": [ "List" ], @@ -120158,273 +120023,273 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertLog", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertLog", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertLogAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertRule", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertRule", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantApiNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantApiNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantApiNotificationAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120442,27 +120307,27 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/auditEvents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/auditEvents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120480,15 +120345,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "Variants": [ "List" ], @@ -120505,15 +120370,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120521,25 +120386,25 @@ "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "Variants": [ "List" ], @@ -120556,15 +120421,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "Variants": [ "Get", "GetViaIdentity" @@ -120582,40 +120447,40 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "Variants": [ "List" ], "Permissions": [ { "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120639,81 +120504,81 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "Variants": [ "List" ], "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "Variants": [ "Get", "GetViaIdentity" ], "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 - }, - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", "Variants": [ "List" ], "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 - }, - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120731,15 +120596,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "Variants": [ "List" ], @@ -120756,15 +120621,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120782,15 +120647,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "Variants": [ "List" ], @@ -120807,15 +120672,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120833,15 +120698,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "Variants": [ "List" ], @@ -120858,53 +120723,53 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantEmailNotificationAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantGroup", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120922,15 +120787,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantGroup", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantGroups", "Variants": [ "List" ], @@ -120947,15 +120812,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/tenantGroups" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Variants": [ "Get", "GetViaIdentity" @@ -120973,15 +120838,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "Variants": [ "List" ], @@ -120998,15 +120863,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121024,15 +120889,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "Variants": [ "List" ], @@ -121049,15 +120914,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementAction", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121075,40 +120940,40 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementAction", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActions", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/managementActions" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121126,15 +120991,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "Variants": [ "List" ], @@ -121151,15 +121016,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121177,40 +121042,40 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementIntents", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/managementIntents" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121228,302 +121093,302 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/managementTemplates" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/{managementTemplateStep-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/{managementTemplateStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/{managementTemplateStepVersion-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/{managementTemplateStepVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantMyRole", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantMyRole", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles", "Variants": [ "List" ], @@ -121540,15 +121405,15 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/myRoles" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantTag", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121566,24 +121431,24 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantTag", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantTags", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "ManagedTenants.WriteRead.All", @@ -121591,40 +121456,40 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/tenantTags" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121632,25 +121497,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "Variants": [ "List" ], @@ -121667,15 +121532,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121683,25 +121548,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}" + ] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Method": "GET", "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "Variants": [ "List" ], @@ -121718,27 +121583,27 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFramework", "Method": "GET", "Command": "Get-MgTrustFramework", + "Module": "Identity.SignIns", + "Uri": "/trustFramework", "Variants": [ "Get" ], - "Permissions": [], - "Uri": "/trustFramework" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Method": "GET", "Command": "Get-MgTrustFrameworkKeySet", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121756,40 +121621,40 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true } - ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Method": "GET", "Command": "Get-MgTrustFrameworkKeySet", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/trustFramework/keySets" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Method": "GET", "Command": "Get-MgTrustFrameworkKeySetActiveKey", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", "Variants": [ "Get", "GetViaIdentity" @@ -121807,15 +121672,15 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true } - ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgTrustFrameworkPolicy", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121833,15 +121698,15 @@ "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", "Method": "GET", "Command": "Get-MgTrustFrameworkPolicy", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/policies", "Variants": [ "List" ], @@ -121858,15 +121723,15 @@ "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/trustFramework/policies" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgTrustFrameworkPolicyContent", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "Variants": [ "Get", "GetViaIdentity" @@ -121874,25 +121739,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgUser", + "Module": "Users", + "Uri": "/users/{user-id}", "Variants": [ "Get", "GetViaIdentity" @@ -121900,155 +121765,107 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgUser", + "Module": "Users", + "Uri": "/users", "Variants": [ "List" ], "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -122079,67 +121896,19 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgUser", + "Module": "Users", + "Uri": "/users", "Variants": [ "List1" ], "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -122170,68 +121939,20 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgUser", + "Module": "Users", + "Uri": "/users/{user-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -122274,28 +121995,28 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}" + ] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUserActivity1", "Method": "GET", "Command": "Get-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUserActivity1", "Method": "GET", "Command": "Get-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities", "Variants": [ "List" ], @@ -122304,134 +122025,134 @@ "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 - }, - "Uri": "/users/{user-id}/activities" + } }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUserActivity", "Method": "GET", "Command": "Get-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/activities" + } }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUserActivity", "Method": "GET", "Command": "Get-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphActivityHistoryItem", "Method": "GET", "Command": "Get-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphActivityHistoryItem", "Method": "GET", "Command": "Get-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphActivityHistoryItem1", "Method": "GET", "Command": "Get-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphActivityHistoryItem1", "Method": "GET", "Command": "Get-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUserActivity1", "Method": "GET", "Command": "Get-MgUserActivityHistoryItemActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUserActivity", "Method": "GET", "Command": "Get-MgUserActivityHistoryItemActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphActivityStatistics", "Method": "GET", "Command": "Get-MgUserActivityStatistics", + "Module": "People", + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphActivityStatistics", "Method": "GET", "Command": "Get-MgUserActivityStatistics", + "Module": "People", + "Uri": "/users/{user-id}/analytics/activityStatistics", "Variants": [ "List" ], @@ -122440,45 +122161,53 @@ "Description": "Read your activity statistics", "FullDescription": "Allows the app to read your activity statistics, such as how much time you've spent on emails, in meetings, or in chat sessions.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/analytics/activityStatistics" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgUserAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgUserAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/users/{user-id}/agreementAcceptances", "Variants": [ "List1" ], - "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 - }, - "Uri": "/users/{user-id}/agreementAcceptances" + "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 + }, + { + "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 + } + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgUserAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/users/{user-id}/agreementAcceptances", "Variants": [ "List" ], @@ -122487,72 +122216,72 @@ "Description": "Read your terms of use acceptance statuses", "FullDescription": "Allows the app to read your terms of use acceptance statuses.", "IsAdmin": true - }, - "Uri": "/users/{user-id}/agreementAcceptances" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "GET", "Command": "Get-MgUserAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", "Command": "Get-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "GET", "Command": "Get-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/appRoleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", "Command": "Get-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments", "Variants": [ "List1" ], @@ -122575,28 +122304,28 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/appRoleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "GET", "Command": "Get-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -122604,74 +122333,74 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/authentication/emailMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods", "Variants": [ "List1" ], @@ -122700,15 +122429,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/emailMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -122716,37 +122445,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod1", "Method": "GET", "Command": "Get-MgUserAuthenticationFido2Method", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -122776,15 +122505,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod1", "Method": "GET", "Command": "Get-MgUserAuthenticationFido2Method", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods", "Variants": [ "List" ], @@ -122813,15 +122542,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/fido2Methods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationFido2Method", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods", "Variants": [ "List1" ], @@ -122850,15 +122579,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/fido2Methods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationFido2Method", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -122866,37 +122595,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -122926,15 +122655,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods", "Variants": [ "List" ], @@ -122963,15 +122692,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/methods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods", "Variants": [ "List1" ], @@ -123000,15 +122729,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/methods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -123038,15 +122767,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -123076,15 +122805,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "Variants": [ "List" ], @@ -123113,15 +122842,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "Variants": [ "List1" ], @@ -123150,15 +122879,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -123188,412 +122917,412 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDevice", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceCommandResponsepayload", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}/responsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}/responsepayload" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/memberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/memberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/memberOf", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/memberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/memberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredOwner", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredOwner", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", "Command": "Get-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -123623,39 +123352,39 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", "Command": "Get-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", "Command": "Get-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "GET", "Command": "Get-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -123663,37 +123392,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -123723,15 +123452,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", "Variants": [ "List" ], @@ -123760,245 +123489,245 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceCommandResponsepayload", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}/responsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}/responsepayload" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/memberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/memberOf" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceRegisteredOwner", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredUsers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/transitiveMemberOf" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod1", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -124028,165 +123757,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod1", "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordMethod", - "Variants": [ - "List" - ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/users/{user-id}/authentication/passwordMethods" - }, - { - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Method": "GET", - "Command": "Get-MgUserAuthenticationPasswordMethod", - "Variants": [ - "List1" - ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/users/{user-id}/authentication/passwordMethods" - }, - { - "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Method": "GET", - "Command": "Get-MgUserAuthenticationPasswordMethod", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}" - }, - { - "ApiVersion": "beta", - "Module": "Identity.SignIns", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "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 - }, - { - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}" - }, - { - "ApiVersion": "beta", "Module": "Identity.SignIns", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods", "Variants": [ "List" ], @@ -124215,15 +123794,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethod", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordMethods", "Variants": [ "List1" ], @@ -124252,15 +123831,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethod", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -124290,15 +123869,165 @@ "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 } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Variants": [ + "Get", + "GetViaIdentity" ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}" + "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 + }, + { + "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 + }, + { + "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 + }, + { + "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 + } + ] }, { "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods", + "Variants": [ + "List1" + ], + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -124328,15 +124057,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "Variants": [ "List" ], @@ -124365,15 +124094,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "Variants": [ "List1" ], @@ -124402,15 +124131,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -124440,15 +124169,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -124478,15 +124207,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Variants": [ "List" ], @@ -124515,15 +124244,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Variants": [ "List1" ], @@ -124552,15 +124281,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -124590,15 +124319,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Variants": [ "Get", "GetViaIdentity" @@ -124628,15 +124357,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Variants": [ "List" ], @@ -124665,15 +124394,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Variants": [ "List1" ], @@ -124702,15 +124431,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -124740,451 +124469,451 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDevice1", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDevice", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceCommandResponsepayload", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands/{command-id}/responsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands/{command-id}/responsepayload" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/memberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/memberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/memberOf", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/memberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/memberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredOwner", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredOwner", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredUsers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredUsers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredUsers", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredUsers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredUser", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredUsers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/transitiveMemberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/transitiveMemberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/transitiveMemberOf", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/transitiveMemberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceTransitiveMemberOf", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserById", + "Module": "Users.Actions", + "Uri": "/users/getByIds", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/users/getByIds" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserById", + "Module": "Users.Actions", + "Uri": "/users/getByIds", "Variants": [ "Get1", "GetExpanded1" ], - "Permissions": [], - "Uri": "/users/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendars/{calendar-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars", "Variants": [ "List" ], @@ -125207,15 +124936,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendars" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars", "Variants": [ "List1" ], @@ -125238,28 +124967,28 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendars" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendars/{calendar-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserCalendarEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Variants": [ "List" ], @@ -125276,123 +125005,139 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/events" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserCalendarEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Variants": [ "List1" ], "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/events" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserCalendarEventDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/calendar/events/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": { - "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", - "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendar/events/delta" + "Permissions": [ + { + "Name": "Calendars.Read", + "Description": "Read your calendars ", + "FullDescription": "Allows the app to read events in your calendars. ", + "IsAdmin": 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 + } + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserCalendarEventDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/calendar/events/delta", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": { - "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", - "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendar/events/delta" + "Permissions": [ + { + "Name": "Calendars.Read", + "Description": "Read your calendars ", + "FullDescription": "Allows the app to read events in your calendars. ", + "IsAdmin": 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 + } + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarGroup", "Method": "GET", "Command": "Get-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarGroup", "Method": "GET", "Command": "Get-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups", "Variants": [ "List" ], "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendarGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarGroup1", "Method": "GET", "Command": "Get-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups", "Variants": [ "List1" ], @@ -125409,15 +125154,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendarGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarGroup1", "Method": "GET", "Command": "Get-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -125427,15 +125172,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserCalendarGroupCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "Variants": [ "List" ], @@ -125458,244 +125203,244 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgUserCalendarGroupCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "Variants": [ "List1" ], "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", "Variants": [ "List2", "List3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", "Command": "Get-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", "Command": "Get-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/calendarPermissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", "Command": "Get-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions", "Variants": [ "List2", "List3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/calendarPermissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "GET", "Command": "Get-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", "Command": "Get-MgUserCalendarSchedule", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", "Command": "Get-MgUserCalendarSchedule", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", "Variants": [ "Get3", "GetExpanded3", "GetViaIdentity3", "GetViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", "Variants": [ "List", "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", "Variants": [ "List2", "List3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserCalendarView", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarView", "Variants": [ "List", "List1" @@ -125713,15 +125458,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendar/calendarView" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserCalendarView", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarView", "Variants": [ "List2", "List3" @@ -125729,25 +125474,25 @@ "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendar/calendarView" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat", "Method": "GET", "Command": "Get-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -125755,31 +125500,31 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat", "Method": "GET", "Command": "Get-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats", "Variants": [ "List1" ], @@ -125802,15 +125547,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat1", "Method": "GET", "Command": "Get-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats", "Variants": [ "List" ], @@ -125833,15 +125578,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat1", "Method": "GET", "Command": "Get-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", "Variants": [ "Get", "GetViaIdentity" @@ -125865,143 +125610,143 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgUserChatInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgUserChatInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", "Command": "Get-MgUserChatInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "GET", "Command": "Get-MgUserChatInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgUserChatInstalledAppTeamApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgUserChatInstalledAppTeamApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "GET", "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "GET", "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageInfo", "Method": "GET", "Command": "Get-MgUserChatLastMessagePreview", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageInfo", "Method": "GET", "Command": "Get-MgUserChatLastMessagePreview", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -126037,58 +125782,58 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "ChatMember.Read", - "Description": "Read the members of chats", - "FullDescription": "Read the members of chats, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "ChatMember.ReadWrite", - "Description": "Add and remove members from chats", - "FullDescription": "Add and remove members from chats, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members", "Variants": [ "List" ], @@ -126123,15 +125868,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "GET", "Command": "Get-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Get", "GetViaIdentity" @@ -126167,15 +125912,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -126183,43 +125928,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Variants": [ "List1" ], @@ -126236,15 +125981,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Variants": [ "List" ], @@ -126261,15 +126006,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -126305,15 +126050,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgUserChatMessageDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -126321,43 +126066,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgUserChatMessageDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -126393,15 +126138,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -126424,16 +126169,28 @@ "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 + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List1" ], @@ -126455,16 +126212,28 @@ "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 + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "List" ], @@ -126486,16 +126255,28 @@ "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 + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -126519,394 +126300,394 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Get-MgUserChatMessageReplyDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Get-MgUserChatMessageReplyDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", "Command": "Get-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", "Command": "Get-MgUserChatOperation", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "GET", "Command": "Get-MgUserChatOperation", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgUserChatPermissionGrant", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "GET", "Command": "Get-MgUserChatPermissionGrant", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserChatPermissionGrantById", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserChatPermissionGrantMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserChatPermissionGrantMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserChatPermissionGrantUserOwnedObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "GET", "Command": "Get-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "GET", "Command": "Get-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "GET", "Command": "Get-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "GET", "Command": "Get-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "GET", "Command": "Get-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "GET", "Command": "Get-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "GET", "Command": "Get-MgUserChatTabTeamApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "GET", "Command": "Get-MgUserChatTabTeamApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Method": "GET", "Command": "Get-MgUserCloudPcConnectivityHistory", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", "Method": "GET", "Command": "Get-MgUserCloudPcLaunchInfo", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" @@ -126924,41 +126705,41 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgUserCloudPcShiftWorkCloudPcAccessState", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", "Method": "GET", "Command": "Get-MgUserCloudPcSupportedCloudPcRemoteAction", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -126976,65 +126757,65 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contacts/{contact-id}" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts", "Variants": [ "List1" ], "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contacts" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts", "Variants": [ "List" ], "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contacts" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", "Variants": [ "Get", "GetViaIdentity" @@ -127042,25 +126823,25 @@ "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contacts/{contact-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContactDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contacts/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -127068,25 +126849,25 @@ "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contacts/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContactDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contacts/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -127094,75 +126875,75 @@ "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contacts/delta" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", "Command": "Get-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -127180,65 +126961,65 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", "Command": "Get-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders", "Variants": [ "List" ], "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", "Command": "Get-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders", "Variants": [ "List1" ], "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", "Command": "Get-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Variants": [ "Get", "GetViaIdentity" @@ -127256,28 +127037,28 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Variants": [ "List1" ], @@ -127294,53 +127075,53 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Variants": [ "List" ], "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -127358,15 +127139,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Variants": [ "List" ], @@ -127383,15 +127164,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Variants": [ "List1" ], @@ -127408,15 +127189,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Variants": [ "Get", "GetViaIdentity" @@ -127434,15 +127215,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -127460,15 +127241,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -127486,343 +127267,343 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -127840,40 +127621,40 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Variants": [ "List1" ], "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Variants": [ "List" ], @@ -127890,15 +127671,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts" + ] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Variants": [ "Get", "GetViaIdentity" @@ -127916,15 +127697,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContact", "Method": "GET", "Command": "Get-MgUserContactFolderContactDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -127942,15 +127723,15 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContact1", "Method": "GET", "Command": "Get-MgUserContactFolderContactDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -127968,133 +127749,133 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserContactFolderContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserContactFolderContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "Variants": [ "Get", "GetViaIdentity" @@ -128104,15 +127885,15 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactFolderContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "Variants": [ "Get1", "GetViaIdentity1" @@ -128122,15 +127903,15 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactFolderContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "Variants": [ "Get", "GetViaIdentity" @@ -128140,65 +127921,65 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContactFolder1", "Method": "GET", "Command": "Get-MgUserContactFolderDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -128206,25 +127987,25 @@ "Permissions": [ { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContactFolder", "Method": "GET", "Command": "Get-MgUserContactFolderDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/contactFolders/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -128242,183 +128023,183 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/contactFolders/delta" + ] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "Variants": [ "Get", "GetViaIdentity" @@ -128428,33 +128209,33 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": { "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "GET", "Command": "Get-MgUserContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "Variants": [ "Get", "GetViaIdentity" @@ -128464,129 +128245,80 @@ "Description": "Read your contacts ", "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserCreatedObject", + "Module": "Users", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserCreatedObject", - "Variants": [ - "List1" - ], - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": 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 - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": 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, on your behalf.", - "IsAdmin": true - } - ], - "Uri": "/users/{user-id}/createdObjects" - }, - { - "ApiVersion": "v1.0", "Module": "Users", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Method": "GET", - "Command": "Get-MgUserCreatedObject", + "Uri": "/users/{user-id}/createdObjects", "Variants": [ - "List" + "List1" ], "Permissions": [ { @@ -128625,54 +128357,103 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/createdObjects" + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserCreatedObject", "Module": "Users", + "Uri": "/users/{user-id}/createdObjects", + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserCreatedObject", + "Module": "Users", + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserDefaultCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgUserDefaultCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", "Command": "Get-MgUserDefaultCalendarSchedule", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/calendar/getSchedule", "Variants": [ "Get", "GetExpanded", @@ -128692,15 +128473,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendar/getSchedule" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphScheduleInformation", "Method": "POST", "Command": "Get-MgUserDefaultCalendarSchedule", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/calendar/getSchedule", "Variants": [ "Get2", "GetExpanded2", @@ -128720,15 +128501,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/calendar/getSchedule" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgUserDefaultDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drive", "Variants": [ "Get2", "GetViaIdentity2" @@ -128770,15 +128551,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/drive" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgUserDefaultDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drive", "Variants": [ "Get", "GetViaIdentity" @@ -128820,15 +128601,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/drive" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgUserDelta", + "Module": "Users.Functions", + "Uri": "/users/delta", "Variants": [ "Delta1" ], @@ -128923,131 +128704,131 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgUserDelta", + "Module": "Users.Functions", + "Uri": "/users/delta", "Variants": [ "Delta" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/delta" + ] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDevice", "Method": "GET", "Command": "Get-MgUserDevice", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDevice", "Method": "GET", "Command": "Get-MgUserDevice", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices", "Variants": [ "List" ], @@ -129056,30 +128837,30 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/devices" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserDeviceById", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/devices/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgUserDeviceCommand", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "Variants": [ "Get", "GetViaIdentity" @@ -129089,27 +128870,27 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}" + } }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphCommand", "Method": "GET", "Command": "Get-MgUserDeviceCommand", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDeviceCommandResponsepayload", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", "Variants": [ "Get", "GetViaIdentity" @@ -129119,384 +128900,384 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload" + } }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDevice", "Method": "GET", "Command": "Get-MgUserDeviceDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/devices/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", "Command": "Get-MgUserDeviceEnrollmentConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", "Command": "Get-MgUserDeviceEnrollmentConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "GET", "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "GET", "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDeviceExtension", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserDeviceExtension", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "GET", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "GET", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "GET", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "GET", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserDeviceMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/devices/{device-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/getMemberGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserDeviceMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/devices/{device-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/getMemberObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDeviceMemberOf", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDeviceMemberOf", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/memberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/memberOf" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDeviceRegisteredOwner", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDeviceRegisteredOwnerByRef", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDeviceRegisteredUser", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDeviceRegisteredUser", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDeviceTransitiveMemberOf", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDeviceTransitiveMemberOf", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgUserDeviceUsageRights", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUsageRight", "Method": "GET", "Command": "Get-MgUserDeviceUsageRights", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserDeviceUserOwnedObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/devices/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDirectReport", + "Module": "Users", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/directReports/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDirectReport", + "Module": "Users", + "Uri": "/users/{user-id}/directReports", "Variants": [ "List1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/directReports" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDirectReport", + "Module": "Users", + "Uri": "/users/{user-id}/directReports", "Variants": [ "List" ], @@ -129537,41 +129318,41 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/directReports" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserDirectReport", + "Module": "Users", + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/directReports/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", "Variants": [ "Get3", "GetViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives", "Variants": [ "List1" ], @@ -129612,15 +129393,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/drives" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives", "Variants": [ "List" ], @@ -129661,2718 +129442,2718 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/drives" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgUserDriveActivity", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveBundle", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveBundle", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveBundle", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveBundle", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveBundleContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveBundleContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveFollowing", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveFollowing", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/following" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveFollowing", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/following" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveFollowing", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveFollowingContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveFollowingContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgUserDriveItemActivity", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgUserDriveItemActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgUserDriveItemActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgUserDriveItemAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgUserDriveItemAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveItemChild", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveItemChild", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveItemChild", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveItemChild", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemChildContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemChildContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveItemDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveItemDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgUserDriveItemListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgUserDriveItemListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgUserDriveItemListItemActivity", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgUserDriveItemListItemActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgUserDriveItemListItemActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgUserDriveItemListItemAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgUserDriveItemListItemAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveItemListItemDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveItemListItemDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemVersionContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveItemVersionContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphList1", "Method": "GET", "Command": "Get-MgUserDriveList", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphList", "Method": "GET", "Command": "Get-MgUserDriveList", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgUserDriveListActivity", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgUserDriveListColumnSourceColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgUserDriveListColumnSourceColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeBase", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeBase", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeBaseType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContentType1", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphContentType", "Method": "GET", "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "GET", "Command": "Get-MgUserDriveListDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "GET", "Command": "Get-MgUserDriveListDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgUserDriveListItemActivity", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgUserDriveListItemActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgUserDriveListItemActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgUserDriveListItemAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgUserDriveListItemAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgUserDriveListItemDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveListItemDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveListItemDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "GET", "Command": "Get-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveRoot", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveRoot", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgUserDriveRootActivity", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgUserDriveRootActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgUserDriveRootActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgUserDriveRootAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgUserDriveRootAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveRootChild", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveRootChild", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveRootChild", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveRootChild", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootChildContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootChildContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveRootDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveRootDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "GET", "Command": "Get-MgUserDriveRootListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "GET", "Command": "Get-MgUserDriveRootListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemActivityOld", "Method": "GET", "Command": "Get-MgUserDriveRootListItemActivity", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat1", "Method": "GET", "Command": "Get-MgUserDriveRootListItemActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphItemActivityStat", "Method": "GET", "Command": "Get-MgUserDriveRootListItemActivityByInterval", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics1", "Method": "GET", "Command": "Get-MgUserDriveRootListItemAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemAnalytics", "Method": "GET", "Command": "Get-MgUserDriveRootListItemAnalytic", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "GET", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveRootListItemDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveRootListItemDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "GET", "Command": "Get-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "GET", "Command": "Get-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "GET", "Command": "Get-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "GET", "Command": "Get-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "GET", "Command": "Get-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "GET", "Command": "Get-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootVersionContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveRootVersionContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveSpecial", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Get-MgUserDriveSpecial", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/special" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveSpecial", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/special" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Get-MgUserDriveSpecial", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveSpecialContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Get-MgUserDriveSpecialContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "GET", "Command": "Get-MgUserEffectiveDeviceEnrollmentConfiguration", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events", "Variants": [ "List" ], @@ -132389,40 +132170,40 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/events" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events", "Variants": [ "List1" ], "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/events" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -132432,28 +132213,28 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments", "Variants": [ "List" ], @@ -132462,15 +132243,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments", "Variants": [ "List1" ], @@ -132479,54 +132260,54 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserEventCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/calendar" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgUserEventCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/calendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserEventDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/events/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -132536,15 +132317,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/delta" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/events/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -132554,354 +132335,354 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/delta" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrence", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrence", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstance", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstance", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventInstance", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventInstance", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances", "Variants": [ "List" ], @@ -132910,15 +132691,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/instances" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserEventInstance", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances", "Variants": [ "List1" ], @@ -132927,700 +132708,700 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/instances" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserEventInstance", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserEventInstanceCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "GET", "Command": "Get-MgUserEventInstanceCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphEvent1", "Method": "GET", "Command": "Get-MgUserEventInstanceDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventInstanceDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrence", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrence", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "GET", "Command": "Get-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgUserFollowedSite", + "Module": "Sites", + "Uri": "/users/{user-id}/followedSites/{site-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/followedSites/{site-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite1", "Method": "GET", "Command": "Get-MgUserFollowedSite", + "Module": "Sites", + "Uri": "/users/{user-id}/followedSites", "Variants": [ "List1" ], "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/followedSites" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgUserFollowedSite", + "Module": "Sites", + "Uri": "/users/{user-id}/followedSites", "Variants": [ "List" ], "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/followedSites" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSite", "Method": "GET", "Command": "Get-MgUserFollowedSite", + "Module": "Sites", + "Uri": "/users/{user-id}/followedSites/{site-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/followedSites/{site-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphInferenceClassification", "Method": "GET", "Command": "Get-MgUserInferenceClassification", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/inferenceClassification" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphInferenceClassification", "Method": "GET", "Command": "Get-MgUserInferenceClassification", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/inferenceClassification" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "GET", "Command": "Get-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "GET", "Command": "Get-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides", "Variants": [ "List1" ], "Permissions": { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/inferenceClassification/overrides" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "GET", "Command": "Get-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides", "Variants": [ "List" ], @@ -133629,117 +133410,117 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/inferenceClassification/overrides" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "GET", "Command": "Get-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtection1", "Method": "GET", "Command": "Get-MgUserInformationProtection", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlocker", "Method": "GET", "Command": "Get-MgUserInformationProtectionBitlocker", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/bitlocker", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/bitlocker" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Method": "GET", "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "GET", "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Method": "GET", "Command": "Get-MgUserInformationProtectionPolicy", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", "Command": "Get-MgUserInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Variants": [ "Get", "GetViaIdentity" @@ -133749,15 +133530,15 @@ "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 - }, - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "GET", "Command": "Get-MgUserInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy/labels", "Variants": [ "List" ], @@ -133766,225 +133547,225 @@ "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 - }, - "Uri": "/users/{user-id}/informationProtection/policy/labels" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", "Command": "Get-MgUserInformationProtectionSensitivityLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", "Command": "Get-MgUserInformationProtectionSensitivityLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "GET", "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Method": "GET", "Command": "Get-MgUserInformationProtectionSensitivityPolicySetting", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "GET", "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "GET", "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup1", "Method": "GET", "Command": "Get-MgUserJoinedGroup", + "Module": "Groups", + "Uri": "/users/{user-id}/joinedGroups", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/joinedGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserJoinedGroupById", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/joinedGroups/getByIds", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/joinedGroups/getByIds" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserJoinedGroupUserOwnedObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/joinedGroups/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/joinedGroups/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam", "Method": "GET", "Command": "Get-MgUserJoinedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/joinedTeams", "Variants": [ "List1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Team.ReadBasic.All", - "Description": "Read the names and descriptions of teams", - "FullDescription": "Read the names and descriptions of teams, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "TeamSettings.Read.All", - "Description": "Read teams' settings", - "FullDescription": "Read all teams' settings, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "TeamSettings.ReadWrite.All", - "Description": "Read and change teams' settings", - "FullDescription": "Read and change all teams' settings, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/joinedTeams" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam1", "Method": "GET", "Command": "Get-MgUserJoinedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/joinedTeams", "Variants": [ "List" ], @@ -134031,84 +133812,84 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/joinedTeams" + ] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": null, "Method": "GET", "Command": "Get-MgUserLastSharedMethodInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", "Command": "Get-MgUserLicenseDetail", + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", "Command": "Get-MgUserLicenseDetail", + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/licenseDetails" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", "Command": "Get-MgUserLicenseDetail", + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails", "Variants": [ "List1" ], @@ -134143,41 +133924,41 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/licenseDetails" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "GET", "Command": "Get-MgUserLicenseDetail", + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", "Command": "Get-MgUserLoggedOnManagedDevice", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getLoggedOnManagedDevices", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/getLoggedOnManagedDevices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", "Command": "Get-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -134201,46 +133982,46 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", "Command": "Get-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders", "Variants": [ "List1" ], "Permissions": [ { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", "Command": "Get-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders", "Variants": [ "List" ], @@ -134263,15 +134044,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", "Command": "Get-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Variants": [ "Get", "GetViaIdentity" @@ -134295,28 +134076,28 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Variants": [ "List" ], @@ -134339,15 +134120,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Variants": [ "List1" ], @@ -134370,566 +134151,566 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], "Permissions": { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphUserConfiguration", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderUserConfiguration", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphUserConfiguration", "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderUserConfiguration", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "GET", "Command": "Get-MgUserMailFolderDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -134937,31 +134718,31 @@ "Permissions": [ { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMailFolder", "Method": "GET", "Command": "Get-MgUserMailFolderDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -134985,15 +134766,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/delta" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -135011,15 +134792,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Variants": [ "List1" ], @@ -135042,15 +134823,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Variants": [ "List" ], @@ -135073,15 +134854,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Variants": [ "Get", "GetViaIdentity" @@ -135089,38 +134870,38 @@ "Permissions": [ { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMailFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMailFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Variants": [ "List1" ], @@ -135129,15 +134910,15 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMailFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Variants": [ "List" ], @@ -135146,28 +134927,28 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMailFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMailFolderMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Variants": [ "Get1", "GetViaIdentity1" @@ -135185,15 +134966,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMailFolderMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Variants": [ "Get", "GetViaIdentity" @@ -135211,15 +134992,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMailFolderMessageDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -135243,15 +135024,15 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMailFolderMessageDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -135275,365 +135056,365 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgUserMailFolderMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgUserMailFolderMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", "Command": "Get-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", "Command": "Get-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", "Command": "Get-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "GET", "Command": "Get-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphUserConfiguration", "Method": "GET", "Command": "Get-MgUserMailFolderUserConfiguration", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphUserConfiguration", "Method": "GET", "Command": "Get-MgUserMailFolderUserConfiguration", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailTips", "Method": "POST", "Command": "Get-MgUserMailTip", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/getMailTips", "Variants": [ "Get", "GetExpanded", @@ -135643,25 +135424,25 @@ "Permissions": [ { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Mail.Read.Shared", - "Description": "Read mail you can access", - "FullDescription": "Allows the app to read mail you can access, including shared mail.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/getMailTips" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailTips", "Method": "POST", "Command": "Get-MgUserMailTip", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/getMailTips", "Variants": [ "Get1", "GetExpanded1", @@ -135681,118 +135462,118 @@ "FullDescription": "Allows the app to read mail you can access, including shared mail.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/getMailTips" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgUserManagedAppBlockedUser", + "Module": "Users.Functions", + "Uri": "/users/getManagedAppBlockedUsers", "Variants": [ "Get" ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/getManagedAppBlockedUsers" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Method": "GET", "Command": "Get-MgUserManagedAppDiagnosticStatuses", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "Variants": [ "Get1", "GetViaIdentity1" @@ -135800,51 +135581,38 @@ "Permissions": [ { "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Method": "GET", "Command": "Get-MgUserManagedAppDiagnosticStatuses", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - } - ], - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", "Command": "Get-MgUserManagedAppPolicy", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedAppPolicies", "Variants": [ "Get1", "GetViaIdentity1" @@ -135862,557 +135630,544 @@ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/getManagedAppPolicies" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "GET", "Command": "Get-MgUserManagedAppPolicy", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedAppPolicies", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - } - ], - "Uri": "/users/{user-id}/getManagedAppPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "GET", "Command": "Get-MgUserManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "GET", "Command": "Get-MgUserManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedAppRegistrations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedAppRegistrations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "GET", "Command": "Get-MgUserManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedAppRegistrations", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedAppRegistrations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "GET", "Command": "Get-MgUserManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "GET", "Command": "Get-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", "Command": "Get-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "GET", "Command": "Get-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "GET", "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "GET", "Command": "Get-MgUserManagedDeviceCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceCategory", "Method": "GET", "Command": "Get-MgUserManagedDeviceCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Method": "GET", "Command": "Get-MgUserManagedDeviceCloudPcRemoteActionResult", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Method": "GET", "Command": "Get-MgUserManagedDeviceCloudPcReviewStatus", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "GET", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", "Command": "Get-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "GET", "Command": "Get-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "GET", "Command": "Get-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "GET", "Command": "Get-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDetectedApp", "Method": "GET", "Command": "Get-MgUserManagedDeviceDetectedApp", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDetectedApp", "Method": "GET", "Command": "Get-MgUserManagedDeviceDetectedApp", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgUserManagedDeviceFileVaultKey", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "GET", "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Method": "GET", "Command": "Get-MgUserManagedDeviceNonCompliantSetting", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphOemWarranty", "Method": "GET", "Command": "Get-MgUserManagedDeviceOemWarranty", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getOemWarranty", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getOemWarranty" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", "Method": "GET", "Command": "Get-MgUserManagedDeviceRemoteHelpSession", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", "Command": "Get-MgUserManagedDeviceSecurityBaselineState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "GET", "Command": "Get-MgUserManagedDeviceSecurityBaselineState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "GET", "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUser", "Method": "GET", "Command": "Get-MgUserManagedDeviceUser", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUser1", "Method": "GET", "Command": "Get-MgUserManagedDeviceUser", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsProtectionState", "Method": "GET", "Command": "Get-MgUserManagedDeviceWindowProtectionState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "GET", "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Get-MgUserManagedDeviceWithAppFailure", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "Variants": [ "Get", "GetViaIdentity" @@ -136430,15 +136185,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Method": "GET", "Command": "Get-MgUserManagedDeviceWithFailedApp", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "Variants": [ "Get", "GetViaIdentity" @@ -136456,15 +136211,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserManager", + "Module": "Users", + "Uri": "/users/{user-id}/manager", "Variants": [ "Get", "GetViaIdentity" @@ -136472,37 +136227,37 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/manager" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserManager", + "Module": "Users", + "Uri": "/users/{user-id}/manager", "Variants": [ "Get1", "GetViaIdentity1" @@ -136510,37 +136265,37 @@ "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/manager" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserManagerByRef", + "Module": "Users", + "Uri": "/users/{user-id}/manager/$ref", "Variants": [ "Get", "GetViaIdentity" @@ -136570,15 +136325,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/manager/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserManagerByRef", + "Module": "Users", + "Uri": "/users/{user-id}/manager/$ref", "Variants": [ "Get1", "GetViaIdentity1" @@ -136608,15 +136363,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/manager/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/getMemberGroups", "Variants": [ "Get", "GetExpanded", @@ -136626,73 +136381,73 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/getMemberGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserMemberGroup", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/getMemberGroups", "Variants": [ "Get1", "GetExpanded1", @@ -136702,73 +136457,73 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Application.ReadWrite.All", - "Description": "Read and write applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/getMemberGroups" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/getMemberObjects", "Variants": [ "Get", "GetExpanded", @@ -136842,15 +136597,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/getMemberObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Get-MgUserMemberObject", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/getMemberObjects", "Variants": [ "Get1", "GetExpanded1", @@ -136924,15 +136679,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/getMemberObjects" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserMemberOf", + "Module": "Users", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -136942,15 +136697,15 @@ "Description": "Sign you in and read your profile", "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserMemberOf", + "Module": "Users", + "Uri": "/users/{user-id}/memberOf", "Variants": [ "List1" ], @@ -136979,15 +136734,15 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserMemberOf", + "Module": "Users", + "Uri": "/users/{user-id}/memberOf", "Variants": [ "List" ], @@ -137016,33 +136771,33 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/memberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserMemberOf", + "Module": "Users", + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}", "Variants": [ "Get", "GetViaIdentity" @@ -137050,87 +136805,87 @@ "Permissions": [ { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages/{message-id}" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages", "Variants": [ "List" ], "Permissions": [ { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages", "Variants": [ "List1" ], "Permissions": [ { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -137148,45 +136903,45 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages/{message-id}" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Variants": [ "List" ], "Permissions": { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Variants": [ "List1" ], @@ -137195,28 +136950,28 @@ "Description": "Read your mail ", "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "Variants": [ "Get", "GetViaIdentity" @@ -137234,15 +136989,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages/{message-id}/$value" + ] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "Variants": [ "Get1", "GetViaIdentity1" @@ -137250,25 +137005,25 @@ "Permissions": [ { "Name": "Mail.Read", - "Description": "Read your mail ", - "FullDescription": "Allows the app to read email in your mailbox. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages/{message-id}/$value" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMessage", "Method": "GET", "Command": "Get-MgUserMessageDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/messages/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -137286,15 +137041,15 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages/delta" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphMessage1", "Method": "GET", "Command": "Get-MgUserMessageDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/messages/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -137312,190 +137067,190 @@ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages/delta" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "GET", "Command": "Get-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgUserMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "GET", "Command": "Get-MgUserMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/mentions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Method": "GET", "Command": "Get-MgUserMobileAppIntentAndState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "Variants": [ "Get", "GetViaIdentity" @@ -137513,159 +137268,159 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Method": "GET", "Command": "Get-MgUserMobileAppIntentAndState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppIntentAndStates", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "GET", "Command": "Get-MgUserMobileAppTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "GET", "Command": "Get-MgUserMobileAppTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Method": "GET", "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Method": "GET", "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphNotification", "Method": "GET", "Command": "Get-MgUserNotification", + "Module": "Users", + "Uri": "/users/{user-id}/notifications/{notification-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/notifications/{notification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphNotification", "Method": "GET", "Command": "Get-MgUserNotification", + "Module": "Users", + "Uri": "/users/{user-id}/notifications", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/notifications" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrant", + "Module": "Users", + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrant", + "Module": "Users", + "Uri": "/users/{user-id}/oauth2PermissionGrants", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/oauth2PermissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrant", + "Module": "Users", + "Uri": "/users/{user-id}/oauth2PermissionGrants", "Variants": [ "List" ], @@ -137688,28 +137443,28 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/oauth2PermissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrant", + "Module": "Users", + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", "Command": "Get-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -137745,58 +137500,58 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "GET", "Command": "Get-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks", "Variants": [ "List1" ], "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", "Command": "Get-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks", "Variants": [ "List" ], @@ -137831,15 +137586,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "GET", "Command": "Get-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Get", "GetViaIdentity" @@ -137875,131 +137630,131 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", "Command": "Get-MgUserOnenoteNotebookFromWebUrl", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphCopyNotebookModel", "Method": "POST", "Command": "Get-MgUserOnenoteNotebookFromWebUrl", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgUserOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "List1" ], "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgUserOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "List" ], "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "List1" ], @@ -138034,15 +137789,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "List" ], @@ -138077,15 +137832,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", "Command": "Get-MgUserOnenoteOperation", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -138121,15 +137876,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteOperation", "Method": "GET", "Command": "Get-MgUserOnenoteOperation", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -138165,15 +137920,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", "Command": "Get-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -138203,52 +137958,52 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages", + "Variants": [ + "List1" ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}" - }, - { - "ApiVersion": "beta", - "Module": "Notes", - "OutputType": "IMicrosoftGraphOnenotePage", - "Method": "GET", - "Command": "Get-MgUserOnenotePage", - "Variants": [ - "List1" - ], - "Permissions": [ - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Uri": "/users/{user-id}/onenote/pages" + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages", "Variants": [ "List" ], @@ -138277,15 +138032,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Get", "GetViaIdentity" @@ -138315,15 +138070,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnenotePageContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Get1", "GetViaIdentity1" @@ -138331,37 +138086,37 @@ "Permissions": [ { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnenotePageContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Get", "GetViaIdentity" @@ -138369,37 +138124,37 @@ "Permissions": [ { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", "Command": "Get-MgUserOnenoteRecentNotebook", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Variants": [ "Get1", "GetViaIdentity1" @@ -138407,43 +138162,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphRecentNotebook", "Method": "GET", "Command": "Get-MgUserOnenoteRecentNotebook", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Variants": [ "Get", "GetViaIdentity" @@ -138479,41 +138234,41 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", "Command": "Get-MgUserOnenoteResource", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteResource", "Method": "GET", "Command": "Get-MgUserOnenoteResource", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnenoteResourceContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Get1", "GetViaIdentity1" @@ -138543,15 +138298,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnenoteResourceContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Get", "GetViaIdentity" @@ -138559,37 +138314,37 @@ "Permissions": [ { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -138625,15 +138380,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections", "Variants": [ "List" ], @@ -138668,15 +138423,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections", "Variants": [ "List1" ], @@ -138711,15 +138466,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -138755,15 +138510,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -138799,15 +138554,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups", "Variants": [ "List2", "List3" @@ -138815,43 +138570,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups", "Variants": [ "List", "List1" @@ -138859,43 +138614,43 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Get", "GetViaIdentity" @@ -138931,15 +138686,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "List1" ], @@ -138974,15 +138729,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "List" ], @@ -139017,15 +138772,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "GET", "Command": "Get-MgUserOnenoteSectionPage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "List" ], @@ -139054,15 +138809,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "GET", "Command": "Get-MgUserOnenoteSectionPage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "List1" ], @@ -139091,15 +138846,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "GET", "Command": "Get-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Get", "GetViaIdentity" @@ -139123,15 +138878,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "GET", "Command": "Get-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings", "Variants": [ "List" ], @@ -139154,15 +138909,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings" + ] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "GET", "Command": "Get-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings", "Variants": [ "List1" ], @@ -139185,15 +138940,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings" + ] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "GET", "Command": "Get-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -139217,15 +138972,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnlineMeetingAlternativeRecording", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "Variants": [ "Get", "GetViaIdentity" @@ -139249,15 +139004,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Get", "Get1", @@ -139266,18 +139021,18 @@ ], "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", - "Description": "Read user's online meeting artifacts", - "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Variants": [ "List" ], @@ -139286,15 +139041,15 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Variants": [ "List1" ], @@ -139303,15 +139058,15 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Get2", "GetViaIdentity2" @@ -139321,30 +139076,30 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Variants": [ "List", "List1" @@ -139354,15 +139109,15 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Variants": [ "List2" ], @@ -139371,28 +139126,28 @@ "Description": "Read user's online meeting artifacts", "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Get2", "GetViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Variants": [ "Get", "GetViaIdentity" @@ -139400,31 +139155,31 @@ "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", - "Description": "Read user's online meeting artifacts", - "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "OnlineMeetings.Read", - "Description": "Read your online meetings", - "FullDescription": "Allows the app to read online meeting details on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport" + ] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Variants": [ "Get1", "GetViaIdentity1" @@ -139448,15 +139203,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnlineMeetingRecording", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "Variants": [ "Get", "GetViaIdentity" @@ -139464,31 +139219,31 @@ "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", - "Description": "Read user's online meeting artifacts", - "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "OnlineMeetings.Read", - "Description": "Read your online meetings", - "FullDescription": "Allows the app to read online meeting details on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingRegistration", "Method": "GET", "Command": "Get-MgUserOnlineMeetingRegistration", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "Variants": [ "Get", "GetViaIdentity" @@ -139506,15 +139261,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "GET", "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "Variants": [ "Get", "GetViaIdentity" @@ -139532,65 +139287,65 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "GET", "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallTranscript", "Method": "GET", "Command": "Get-MgUserOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallTranscript", "Method": "GET", "Command": "Get-MgUserOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "GET", "Command": "Get-MgUserOnlineMeetingTranscriptContent", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphVirtualAppointment", "Method": "GET", "Command": "Get-MgUserOnlineMeetingVirtualAppointment", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Variants": [ "Get", "GetViaIdentity" @@ -139608,15 +139363,15 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "GET", "Command": "Get-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -139626,85 +139381,85 @@ "Description": "Read your mailbox settings", "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "GET", "Command": "Get-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories", "Variants": [ "List1" ], "Permissions": { "Name": "MailboxSettings.Read", - "Description": "Read your mailbox settings", - "FullDescription": "Allows the app to read your mailbox settings.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "GET", "Command": "Get-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories", "Variants": [ "List" ], "Permissions": { "Name": "MailboxSettings.Read", - "Description": "Read your mailbox settings", - "FullDescription": "Allows the app to read your mailbox settings.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "GET", "Command": "Get-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Variants": [ "Get", "GetViaIdentity" ], "Permissions": { "Name": "MailboxSettings.Read", - "Description": "Read your mailbox settings", - "FullDescription": "Allows the app to read your mailbox settings.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", "Command": "Get-MgUserOutlookTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "Variants": [ "Get", "GetViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", "Command": "Get-MgUserOutlookTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks", "Variants": [ "List" ], @@ -139713,28 +139468,28 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/tasks" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserOutlookTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserOutlookTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", "Variants": [ "List" ], @@ -139743,15 +139498,15 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "Variants": [ "Get", "GetViaIdentity" @@ -139761,15 +139516,15 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders", "Variants": [ "List" ], @@ -139778,78 +139533,78 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskFolders" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "Variants": [ "List" ], @@ -139858,90 +139613,90 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroup", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "Variants": [ "Get", "GetViaIdentity" @@ -139951,15 +139706,15 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroup", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups", "Variants": [ "List" ], @@ -139968,33 +139723,33 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "Variants": [ "Get", "GetViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", "Variants": [ "List" ], @@ -140003,78 +139758,78 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "Variants": [ "List" ], @@ -140083,265 +139838,265 @@ "Description": "Read your tasks and task lists", "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "GET", "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserOwnedDevice", + "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserOwnedDevice", + "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices", "Variants": [ "List" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/ownedDevices" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserOwnedDevice", + "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices", "Variants": [ "List1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/ownedDevices" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserOwnedDevice", + "Module": "Users", + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserOwnedObject", + "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserOwnedObject", + "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects", "Variants": [ "List" ], @@ -140376,15 +140131,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/ownedObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserOwnedObject", + "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects", "Variants": [ "List1" ], @@ -140419,54 +140174,54 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/ownedObjects" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserOwnedObject", + "Module": "Users", + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Get-MgUserOwnedObjectByType", + "Module": "Users.Actions", + "Uri": "/users/getUserOwnedObjects", "Variants": [ "Get", "GetExpanded" ], - "Permissions": [], - "Uri": "/users/getUserOwnedObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPerson", "Method": "GET", "Command": "Get-MgUserPerson", + "Module": "People", + "Uri": "/users/{user-id}/people/{person-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/people/{person-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPerson", "Method": "GET", "Command": "Get-MgUserPerson", + "Module": "People", + "Uri": "/users/{user-id}/people", "Variants": [ "List1" ], @@ -140483,15 +140238,15 @@ "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 } - ], - "Uri": "/users/{user-id}/people" + ] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": "IMicrosoftGraphPerson1", "Method": "GET", "Command": "Get-MgUserPerson", + "Module": "People", + "Uri": "/users/{user-id}/people", "Variants": [ "List" ], @@ -140508,28 +140263,28 @@ "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 } - ], - "Uri": "/users/{user-id}/people" + ] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": "IMicrosoftGraphPerson1", "Method": "GET", "Command": "Get-MgUserPerson", + "Module": "People", + "Uri": "/users/{user-id}/people/{person-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/people/{person-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserPhoto", + "Module": "Users", + "Uri": "/users/{user-id}/photo", "Variants": [ "Get", "Get1", @@ -140538,35 +140293,35 @@ ], "Permissions": { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserPhoto", + "Module": "Users", + "Uri": "/users/{user-id}/photos", "Variants": [ "List" ], "Permissions": { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photos" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserPhoto", + "Module": "Users", + "Uri": "/users/{user-id}/photos", "Variants": [ "List1" ], @@ -140575,15 +140330,15 @@ "Description": "Sign you in and read your profile", "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photos" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphProfilePhoto", "Method": "GET", "Command": "Get-MgUserPhoto", + "Module": "Users", + "Uri": "/users/{user-id}/photo", "Variants": [ "Get2", "Get3", @@ -140595,15 +140350,15 @@ "Description": "Sign you in and read your profile", "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserPhotoContent", + "Module": "Users", + "Uri": "/users/{user-id}/photo/$value", "Variants": [ "Get", "Get1", @@ -140612,18 +140367,18 @@ ], "Permissions": { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photo/$value" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserPhotoContent", + "Module": "Users", + "Uri": "/users/{user-id}/photo/$value", "Variants": [ "Get2", "Get3", @@ -140635,15 +140390,15 @@ "Description": "Sign you in and read your profile", "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photo/$value" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerUser", "Method": "GET", "Command": "Get-MgUserPlanner", + "Module": "Planner", + "Uri": "/users/{user-id}/planner", "Variants": [ "Get1", "Get2", @@ -140669,27 +140424,27 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerDelta", "Method": "GET", "Command": "Get-MgUserPlanner", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/all", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/planner/all" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerUser1", "Method": "GET", "Command": "Get-MgUserPlanner", + "Module": "Planner", + "Uri": "/users/{user-id}/planner", "Variants": [ "Get", "GetViaIdentity" @@ -140713,15 +140468,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphPlannerDelta", "Method": "GET", "Command": "Get-MgUserPlannerAllDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/planner/all/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -140751,252 +140506,252 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner/all/delta" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgUserPlannerFavoritePlan", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgUserPlannerFavoritePlan", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/favoritePlans", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner/favoritePlans" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgUserPlannerPlan", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/plans", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner/plans" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "GET", "Command": "Get-MgUserPlannerPlan", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/plans", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner/plans" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgUserPlannerRecentPlan", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgUserPlannerRecentPlan", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/recentPlans", "Variants": [ "List" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner/recentPlans" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgUserPlannerRosterPlan", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "GET", "Command": "Get-MgUserPlannerRosterPlan", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/rosterPlans", "Variants": [ "List" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner/rosterPlans" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "GET", "Command": "Get-MgUserPlannerTask", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/tasks", "Variants": [ "List1" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner/tasks" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", "Command": "Get-MgUserPlannerTask", + "Module": "Planner", + "Uri": "/users/{user-id}/planner/tasks", "Variants": [ "List" ], @@ -141025,15 +140780,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner/tasks" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence1", "Method": "GET", "Command": "Get-MgUserPresence", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", "Variants": [ "Get", "GetViaIdentity" @@ -141041,25 +140796,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/presence" + ] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence", "Method": "GET", "Command": "Get-MgUserPresence", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", "Variants": [ "Get1", "GetViaIdentity1" @@ -141067,25 +140822,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/presence" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphProfile", "Method": "GET", "Command": "Get-MgUserProfile", + "Module": "People", + "Uri": "/users/{user-id}/profile", "Variants": [ "Get", "GetViaIdentity" @@ -141121,15 +140876,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphUserAccountInformation", "Method": "GET", "Command": "Get-MgUserProfileAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141165,15 +140920,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphUserAccountInformation", "Method": "GET", "Command": "Get-MgUserProfileAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/account", "Variants": [ "List" ], @@ -141208,15 +140963,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/account" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemAddress", "Method": "GET", "Command": "Get-MgUserProfileAddress", + "Module": "People", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141252,15 +141007,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemAddress", "Method": "GET", "Command": "Get-MgUserProfileAddress", + "Module": "People", + "Uri": "/users/{user-id}/profile/addresses", "Variants": [ "List" ], @@ -141295,15 +141050,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/addresses" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Method": "GET", "Command": "Get-MgUserProfileAnniversary", + "Module": "People", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141339,58 +141094,58 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Method": "GET", "Command": "Get-MgUserProfileAnniversary", + "Module": "People", + "Uri": "/users/{user-id}/profile/anniversaries", "Variants": [ "List" ], "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/anniversaries" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAward", "Method": "GET", "Command": "Get-MgUserProfileAward", + "Module": "People", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141398,43 +141153,43 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/awards/{personAward-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAward", "Method": "GET", "Command": "Get-MgUserProfileAward", + "Module": "People", + "Uri": "/users/{user-id}/profile/awards", "Variants": [ "List" ], @@ -141469,15 +141224,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/awards" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonCertification", "Method": "GET", "Command": "Get-MgUserProfileCertification", + "Module": "People", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141485,43 +141240,43 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonCertification", "Method": "GET", "Command": "Get-MgUserProfileCertification", + "Module": "People", + "Uri": "/users/{user-id}/profile/certifications", "Variants": [ "List" ], @@ -141556,15 +141311,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/certifications" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphEducationalActivity", "Method": "GET", "Command": "Get-MgUserProfileEducationalActivity", + "Module": "People", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141572,43 +141327,43 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphEducationalActivity", "Method": "GET", "Command": "Get-MgUserProfileEducationalActivity", + "Module": "People", + "Uri": "/users/{user-id}/profile/educationalActivities", "Variants": [ "List" ], @@ -141643,15 +141398,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/educationalActivities" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemEmail", "Method": "GET", "Command": "Get-MgUserProfileEmail", + "Module": "People", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141659,86 +141414,86 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemEmail", "Method": "GET", "Command": "Get-MgUserProfileEmail", + "Module": "People", + "Uri": "/users/{user-id}/profile/emails", "Variants": [ "List" ], "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/emails" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonInterest", "Method": "GET", "Command": "Get-MgUserProfileInterest", + "Module": "People", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141746,43 +141501,43 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonInterest", "Method": "GET", "Command": "Get-MgUserProfileInterest", + "Module": "People", + "Uri": "/users/{user-id}/profile/interests", "Variants": [ "List" ], @@ -141817,15 +141572,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/interests" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphLanguageProficiency", "Method": "GET", "Command": "Get-MgUserProfileLanguage", + "Module": "People", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141861,58 +141616,58 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphLanguageProficiency", "Method": "GET", "Command": "Get-MgUserProfileLanguage", + "Module": "People", + "Uri": "/users/{user-id}/profile/languages", "Variants": [ "List" ], "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/languages" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonName", "Method": "GET", "Command": "Get-MgUserProfileName", + "Module": "People", + "Uri": "/users/{user-id}/profile/names/{personName-id}", "Variants": [ "Get", "GetViaIdentity" @@ -141948,15 +141703,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/names/{personName-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonName", "Method": "GET", "Command": "Get-MgUserProfileName", + "Module": "People", + "Uri": "/users/{user-id}/profile/names", "Variants": [ "List" ], @@ -141991,15 +141746,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/names" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAnnotation", "Method": "GET", "Command": "Get-MgUserProfileNote", + "Module": "People", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -142007,43 +141762,43 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAnnotation", "Method": "GET", "Command": "Get-MgUserProfileNote", + "Module": "People", + "Uri": "/users/{user-id}/profile/notes", "Variants": [ "List" ], @@ -142078,15 +141833,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/notes" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPatent", "Method": "GET", "Command": "Get-MgUserProfilePatent", + "Module": "People", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "Variants": [ "Get", "GetViaIdentity" @@ -142094,86 +141849,86 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPatent", "Method": "GET", "Command": "Get-MgUserProfilePatent", + "Module": "People", + "Uri": "/users/{user-id}/profile/patents", "Variants": [ "List" ], "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/patents" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPhone", "Method": "GET", "Command": "Get-MgUserProfilePhone", + "Module": "People", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "Variants": [ "Get", "GetViaIdentity" @@ -142209,58 +141964,58 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPhone", "Method": "GET", "Command": "Get-MgUserProfilePhone", + "Module": "People", + "Uri": "/users/{user-id}/profile/phones", "Variants": [ "List" ], "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/phones" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphWorkPosition", "Method": "GET", "Command": "Get-MgUserProfilePosition", + "Module": "People", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "Variants": [ "Get", "GetViaIdentity" @@ -142296,61 +142051,17 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphWorkPosition", "Method": "GET", "Command": "Get-MgUserProfilePosition", - "Variants": [ - "List" - ], - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": 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 and photo.", - "IsAdmin": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": 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, on your behalf.", - "IsAdmin": true - } - ], - "Uri": "/users/{user-id}/profile/positions" - }, - { - "ApiVersion": "beta", "Module": "People", - "OutputType": "IMicrosoftGraphProjectParticipation", - "Method": "GET", - "Command": "Get-MgUserProfileProject", + "Uri": "/users/{user-id}/profile/positions", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], "Permissions": [ { @@ -142383,15 +142094,59 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}" + ] }, { "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "GET", + "Command": "Get-MgUserProfileProject", "Module": "People", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "User.Read", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "User.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", "OutputType": "IMicrosoftGraphProjectParticipation", "Method": "GET", "Command": "Get-MgUserProfileProject", + "Module": "People", + "Uri": "/users/{user-id}/profile/projects", "Variants": [ "List" ], @@ -142426,15 +142181,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/projects" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPublication", "Method": "GET", "Command": "Get-MgUserProfilePublication", + "Module": "People", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "Variants": [ "Get", "GetViaIdentity" @@ -142470,58 +142225,58 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPublication", "Method": "GET", "Command": "Get-MgUserProfilePublication", + "Module": "People", + "Uri": "/users/{user-id}/profile/publications", "Variants": [ "List" ], "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/publications" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphSkillProficiency", "Method": "GET", "Command": "Get-MgUserProfileSkill", + "Module": "People", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "Variants": [ "Get", "GetViaIdentity" @@ -142557,15 +142312,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphSkillProficiency", "Method": "GET", "Command": "Get-MgUserProfileSkill", + "Module": "People", + "Uri": "/users/{user-id}/profile/skills", "Variants": [ "List" ], @@ -142600,15 +142355,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/skills" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphWebAccount", "Method": "GET", "Command": "Get-MgUserProfileWebAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "Variants": [ "Get", "GetViaIdentity" @@ -142644,15 +142399,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphWebAccount", "Method": "GET", "Command": "Get-MgUserProfileWebAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/webAccounts", "Variants": [ "List" ], @@ -142687,15 +142442,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/webAccounts" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonWebsite", "Method": "GET", "Command": "Get-MgUserProfileWebsite", + "Module": "People", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "Variants": [ "Get", "GetViaIdentity" @@ -142731,71 +142486,71 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonWebsite", "Method": "GET", "Command": "Get-MgUserProfileWebsite", + "Module": "People", + "Uri": "/users/{user-id}/profile/websites", "Variants": [ "List" ], "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/websites" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserRegisteredDevice", + "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserRegisteredDevice", + "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices", "Variants": [ "List" ], @@ -142830,84 +142585,84 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/registeredDevices" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserRegisteredDevice", + "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices", "Variants": [ "List1" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/registeredDevices" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserRegisteredDevice", + "Module": "Users", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Variants": [ "List" ], @@ -142924,15 +142679,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/scopedRoleMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Variants": [ "List1" ], @@ -142949,28 +142704,28 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/scopedRoleMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphUserSettings", "Method": "GET", "Command": "Get-MgUserSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings", "Variants": [ "Get", "GetViaIdentity" @@ -142988,15 +142743,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/settings" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphUserSettings1", "Method": "GET", "Command": "Get-MgUserSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings", "Variants": [ "Get1", "GetViaIdentity1" @@ -143004,25 +142759,25 @@ "Permissions": [ { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphContactMergeSuggestions", "Method": "GET", "Command": "Get-MgUserSettingContactMergeSuggestion", + "Module": "Users", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "Variants": [ "Get", "GetViaIdentity" @@ -143040,15 +142795,15 @@ "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/settings/contactMergeSuggestions" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphUserInsightsSettings", "Method": "GET", "Command": "Get-MgUserSettingItemInsight", + "Module": "Users", + "Uri": "/users/{user-id}/settings/itemInsights", "Variants": [ "Get", "GetViaIdentity" @@ -143056,38 +142811,38 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/settings/itemInsights" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", "Method": "GET", "Command": "Get-MgUserSettingRegionalAndLanguageSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphShiftPreferences", "Method": "GET", "Command": "Get-MgUserSettingShiftPreference", + "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", "Variants": [ "Get", "GetViaIdentity" @@ -143095,25 +142850,25 @@ "Permissions": [ { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/settings/shiftPreferences" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphShiftPreferences1", "Method": "GET", "Command": "Get-MgUserSettingShiftPreference", + "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", "Variants": [ "Get1", "GetViaIdentity1" @@ -143131,15 +142886,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/settings/shiftPreferences" + ] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": "IMicrosoftGraphSharedInsight", "Method": "GET", "Command": "Get-MgUserSharedInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/shared", "Variants": [ "List" ], @@ -143156,80 +142911,80 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/insights/shared" + ] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": "IMicrosoftGraphSharedInsight", "Method": "GET", "Command": "Get-MgUserSharedInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": null, "Method": "GET", "Command": "Get-MgUserSharedResourceInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphUserTeamwork1", "Method": "GET", "Command": "Get-MgUserTeamwork", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphUserTeamwork", "Method": "GET", "Command": "Get-MgUserTeamwork", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Variants": [ "List1" ], @@ -143252,15 +143007,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/teamwork/associatedTeams" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Variants": [ "List" ], @@ -143283,28 +143038,28 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/teamwork/associatedTeams" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgUserTeamworkInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -143312,31 +143067,31 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", "Method": "GET", "Command": "Get-MgUserTeamworkInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps", "Variants": [ "List1" ], @@ -143359,15 +143114,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Method": "GET", "Command": "Get-MgUserTeamworkInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps", "Variants": [ "List" ], @@ -143390,15 +143145,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Method": "GET", "Command": "Get-MgUserTeamworkInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Variants": [ "Get", "GetViaIdentity" @@ -143406,31 +143161,31 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat", "Method": "GET", "Command": "Get-MgUserTeamworkInstalledAppChat", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "Variants": [ "Get1", "GetViaIdentity1" @@ -143454,15 +143209,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat1", "Method": "GET", "Command": "Get-MgUserTeamworkInstalledAppChat", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "Variants": [ "Get", "GetViaIdentity" @@ -143486,15 +143241,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", "Command": "Get-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Variants": [ "Get", "GetViaIdentity" @@ -143504,15 +143259,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", "Command": "Get-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists", "Variants": [ "List" ], @@ -143521,15 +143276,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", "Command": "Get-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists", "Variants": [ "List1" ], @@ -143538,15 +143293,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", "Command": "Get-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -143556,33 +143311,33 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}" + } }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", "Command": "Get-MgUserTodoListDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/todo/lists/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/delta" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "GET", "Command": "Get-MgUserTodoListDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/todo/lists/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -143592,83 +143347,83 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/delta" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", "Command": "Get-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Variants": [ "Get", "GetViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", "Command": "Get-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Variants": [ "List" ], @@ -143677,32 +143432,32 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", "Command": "Get-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", "Command": "Get-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -143712,15 +143467,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Variants": [ "Get", "GetViaIdentity" @@ -143738,15 +143493,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Variants": [ "List" ], @@ -143763,40 +143518,40 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Variants": [ "List1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -143814,15 +143569,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachmentContent", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Variants": [ "Get", "GetViaIdentity" @@ -143830,25 +143585,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachmentContent", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Variants": [ "Get1", "GetViaIdentity1" @@ -143856,101 +143611,101 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentSession", "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachmentSession", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentSession", "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachmentSession", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentSession", "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachmentSession", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentSession", "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachmentSession", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachmentSessionContent", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTodoListTaskAttachmentSessionContent", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphChecklistItem", "Method": "GET", "Command": "Get-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Variants": [ "Get", "GetViaIdentity" @@ -143968,15 +143723,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphChecklistItem", "Method": "GET", "Command": "Get-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Variants": [ "List" ], @@ -143993,15 +143748,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphChecklistItem", "Method": "GET", "Command": "Get-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Variants": [ "List1" ], @@ -144018,15 +143773,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphChecklistItem", "Method": "GET", "Command": "Get-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -144044,15 +143799,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", "Command": "Get-MgUserTodoListTaskDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "Variants": [ "Delta1", "DeltaViaIdentity1" @@ -144062,15 +143817,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphTodoTask", "Method": "GET", "Command": "Get-MgUserTodoListTaskDelta", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "Variants": [ "Delta", "DeltaViaIdentity" @@ -144080,65 +143835,65 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphExtension", "Method": "GET", "Command": "Get-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Variants": [ "List1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphLinkedResource", "Method": "GET", "Command": "Get-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Variants": [ "Get", "GetViaIdentity" @@ -144148,15 +143903,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphLinkedResource", "Method": "GET", "Command": "Get-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Variants": [ "List" ], @@ -144165,15 +143920,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphLinkedResource", "Method": "GET", "Command": "Get-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Variants": [ "List1" ], @@ -144182,15 +143937,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphLinkedResource", "Method": "GET", "Command": "Get-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Variants": [ "Get1", "GetViaIdentity1" @@ -144200,28 +143955,28 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserTransitiveMemberOf", + "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserTransitiveMemberOf", + "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf", "Variants": [ "List" ], @@ -144250,15 +144005,15 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserTransitiveMemberOf", + "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf", "Variants": [ "List1" ], @@ -144287,53 +144042,53 @@ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/transitiveMemberOf" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserTransitiveMemberOf", + "Module": "Users", + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "Variants": [ "Get1", "GetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserTransitiveReport", + "Module": "Users", + "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Get-MgUserTransitiveReport", + "Module": "Users", + "Uri": "/users/{user-id}/transitiveReports", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/transitiveReports" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": "IMicrosoftGraphTrending", "Method": "GET", "Command": "Get-MgUserTrendingInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/trending", "Variants": [ "List" ], @@ -144350,28 +144105,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/insights/trending" + ] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": "IMicrosoftGraphTrending", "Method": "GET", "Command": "Get-MgUserTrendingInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/trending/{trending-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/insights/trending/{trending-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": null, "Method": "GET", "Command": "Get-MgUserTrendingResourceInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "Variants": [ "Get", "GetViaIdentity" @@ -144389,15 +144144,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource" + ] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": "IMicrosoftGraphUsedInsight", "Method": "GET", "Command": "Get-MgUserUsedInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/used", "Variants": [ "List" ], @@ -144414,28 +144169,28 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/insights/used" + ] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": "IMicrosoftGraphUsedInsight", "Method": "GET", "Command": "Get-MgUserUsedInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "People", "OutputType": null, "Method": "GET", "Command": "Get-MgUserUsedResourceInsight", + "Module": "People", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", "Variants": [ "Get", "GetViaIdentity" @@ -144443,63 +144198,63 @@ "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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "GET", "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "GET", "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", "Variants": [ "List" ], - "Permissions": [], - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Method": "GET", "Command": "Get-MgWindowsUpdatesCatalogEntry", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Method": "GET", "Command": "Get-MgWindowsUpdatesCatalogEntry", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/catalog/entries", "Variants": [ "List" ], @@ -144508,15 +144263,15 @@ "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 - }, - "Uri": "/admin/windows/updates/catalog/entries" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", "Method": "GET", "Command": "Get-MgWindowsUpdatesDeployment", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}", "Variants": [ "Get", "GetViaIdentity" @@ -144526,15 +144281,15 @@ "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 - }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", "Method": "GET", "Command": "Get-MgWindowsUpdatesDeployment", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments", "Variants": [ "List" ], @@ -144543,28 +144298,28 @@ "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 - }, - "Uri": "/admin/windows/updates/deployments" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "GET", "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Method": "GET", "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", "Variants": [ "List" ], @@ -144573,28 +144328,28 @@ "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 - }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "GET", "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", "Variants": [ "Get", "GetViaIdentity" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Method": "GET", "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", "Variants": [ "List" ], @@ -144603,15 +144358,15 @@ "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 - }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Method": "GET", "Command": "Get-MgWindowsUpdatesResourceConnection", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", "Variants": [ "Get", "GetViaIdentity" @@ -144621,15 +144376,15 @@ "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 - }, - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Method": "GET", "Command": "Get-MgWindowsUpdatesResourceConnection", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections", "Variants": [ "List" ], @@ -144638,15 +144393,15 @@ "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 - }, - "Uri": "/admin/windows/updates/resourceConnections" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "GET", "Command": "Get-MgWindowsUpdatesUpdatableAsset", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", "Variants": [ "Get", "GetViaIdentity" @@ -144656,182 +144411,182 @@ "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 - }, - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Method": "GET", "Command": "Get-MgWindowsUpdatesUpdatableAsset", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets", "Variants": [ "List" ], "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 - }, - "Uri": "/admin/windows/updates/updatableAssets" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgGroupDriveItemPermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgGroupDriveItemPermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgGroupDriveRootPermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgGroupDriveRootPermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgGroupSitePermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgGroupSitePermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgSharePermission", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "Variants": [ "Grant1", "GrantExpanded1", @@ -144841,31 +144596,31 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/shares/{sharedDriveItem-id}/permission/grant" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgSharePermission", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "Variants": [ "Grant", "GrantExpanded", @@ -144891,105 +144646,105 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/shares/{sharedDriveItem-id}/permission/grant" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgUserDriveItemPermission", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgUserDriveItemPermission", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Grant-MgUserDriveRootPermission", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Grant-MgUserDriveRootPermission", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Hide-MgChatForUser", + "Module": "Teams", + "Uri": "/chats/{chat-id}/hideForUser", "Variants": [ "Hide", "HideExpanded", @@ -145001,15 +144756,15 @@ "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 - }, - "Uri": "/chats/{chat-id}/hideForUser" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Hide-MgChatForUser", + "Module": "Teams", + "Uri": "/chats/{chat-id}/hideForUser", "Variants": [ "Hide1", "HideExpanded1", @@ -145021,184 +144776,184 @@ "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 - }, - "Uri": "/chats/{chat-id}/hideForUser" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Hide-MgUserChatForUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Hide-MgUserChatForUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", "Variants": [ "Hide1", "HideExpanded1", "HideViaIdentity1", "HideViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", "Method": "POST", "Command": "Import-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", "Method": "POST", "Command": "Import-MgDeviceManagementImportedDeviceIdentityList", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", "Variants": [ "Import", "ImportExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "POST", "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", "Variants": [ "Import", "ImportExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "POST", "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", "Variants": [ "Import1", "ImportExpanded1" ], - "Permissions": [], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "POST", "Command": "Import-MgDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", "Variants": [ "Import", "ImportViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "POST", "Command": "Import-MgDeviceManagementTemplateOffice365DeviceConfigurationPolicy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", "Variants": [ "Import" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", "Command": "Import-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", "Command": "Import-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", "Command": "Import-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", "Command": "Import-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Initialize-MgComplianceEdiscoveryCaseCustodian", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", "Variants": [ "Activate", "ActivateViaIdentity" @@ -145216,15 +144971,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Initialize-MgDeviceManagementComanagedDeviceEsim", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", @@ -145234,25 +144989,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Initialize-MgDeviceManagementManagedDeviceEsim", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", @@ -145272,15 +145027,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", "Variants": [ "Activate", "ActivateExpanded", @@ -145292,30 +145047,30 @@ "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Initialize-MgOrganizationService", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/activateService", "Variants": [ "Activate", "ActivateExpanded", @@ -145324,18 +145079,18 @@ ], "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 - }, - "Uri": "/organization/{organization-id}/activateService" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "Variants": [ "Activate1", "ActivateViaIdentity1" @@ -145343,25 +145098,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "Variants": [ "Activate", "ActivateViaIdentity" @@ -145369,40 +145124,40 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Initialize-MgUserManagedDeviceEsim", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Initialize-MgUserServicePlan", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/activateServicePlan", "Variants": [ "Activate", "ActivateExpanded", @@ -145414,184 +145169,184 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/users/{user-id}/activateServicePlan" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptGroupCalendarEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptGroupCalendarEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptGroupEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/accept", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/accept" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptGroupEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/accept", "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/accept" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptGroupEventTentatively", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptGroupEventTentatively", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", "Variants": [ "Accept", "AcceptViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", "Variants": [ "Accept1", "AcceptViaIdentity1" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserEvent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/accept", "Variants": [ "Accept", "AcceptExpanded", @@ -145600,18 +145355,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/accept" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserEvent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/accept", "Variants": [ "Accept1", "AcceptExpanded1", @@ -145620,78 +145375,78 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/accept" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserEventInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserEventInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserEventInstanceTentatively", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserEventInstanceTentatively", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserEventTentatively", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", "Variants": [ "Accept", "AcceptExpanded", @@ -145703,15 +145458,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserEventTentatively", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", "Variants": [ "Accept1", "AcceptExpanded1", @@ -145723,33 +145478,33 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAcceptUserPendingAccessReviewInstanceRecommendation", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", "Variants": [ "Accept", "AcceptViaIdentity" ], "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 - }, - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAccountDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", "Variants": [ "Account", "AccountViaIdentity" @@ -145759,15 +145514,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAnswerCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/answer", "Variants": [ "Answer1", "AnswerExpanded1", @@ -145779,15 +145534,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/answer" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgAnswerCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/answer", "Variants": [ "Answer", "AnswerExpanded", @@ -145799,15 +145554,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/answer" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Method": "GET", "Command": "Invoke-MgAppDeviceManagementComanagedDeviceDiagnostic", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", "Variants": [ "App", "AppViaIdentity" @@ -145825,15 +145580,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Method": "GET", "Command": "Invoke-MgAppDeviceManagementManagedDeviceDiagnostic", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", "Variants": [ "App", "AppViaIdentity" @@ -145841,74 +145596,74 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Method": "GET", "Command": "Invoke-MgAppUserManagedDeviceDiagnostic", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", "Variants": [ "App", "AppViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgArchiveServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/archive", "Variants": [ "Archive", "ArchiveExpanded" ], "Permissions": { "Name": "ServiceMessageViewpoint.Write", - "Description": "Update your user status on service announcement messages", - "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", - "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/archive" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgArchiveServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/archive", "Variants": [ "Archive1", "ArchiveExpanded1" ], "Permissions": { "Name": "ServiceMessageViewpoint.Write", - "Description": "Update your user status on service announcement messages", - "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", - "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/archive" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgArchiveTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/archive", "Variants": [ "Archive1", "ArchiveExpanded1", @@ -145918,31 +145673,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "TeamSettings.ReadWrite.All", - "Description": "Read and change teams' settings", - "FullDescription": "Read and change all teams' settings, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/archive" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgArchiveTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/archive", "Variants": [ "Archive", "ArchiveExpanded", @@ -145968,15 +145723,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/archive" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "GET", "Command": "Invoke-MgAsComplianceEdiscoveryCaseTagHierarchy", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", "Variants": [ "As", "AsViaIdentity" @@ -145994,15 +145749,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "Variants": [ "As", "AsViaIdentity" @@ -146020,15 +145775,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "GET", "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "Variants": [ "As1", "AsViaIdentity1" @@ -146046,41 +145801,41 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Invoke-MgAssignedRoleManagementCloudPcRoleDefinitionPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Invoke-MgAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Invoke-MgAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "Variants": [ "Assigned", "AssignedViaIdentity" @@ -146104,77 +145859,77 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", "Command": "Invoke-MgAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/availableProviderTypes", "Variants": [ "Available" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations/availableProviderTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "GET", "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/availableProviderTypes", "Variants": [ "Available1" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations/availableProviderTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Invoke-MgAvailableIdentityProviderType", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/availableProviderTypes", "Variants": [ "Available" ], "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/identityProviders/availableProviderTypes" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "GET", "Command": "Invoke-MgAvailableIdentityProviderType", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/availableProviderTypes", "Variants": [ "Available1" ], @@ -146191,30 +145946,30 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/identityProviders/availableProviderTypes" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", "Variants": [ "Batch", "BatchExpanded", @@ -146226,15 +145981,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", "Variants": [ "Batch1", "BatchExpanded1", @@ -146246,15 +146001,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgBatchUserPendingAccessReviewInstanceRecordDecision", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", "Variants": [ "Batch", "BatchExpanded", @@ -146266,286 +146021,296 @@ "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 - }, - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "Variants": [ "Begin", "BeginViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "Variants": [ "Begin1", "BeginViaIdentity1" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Invoke-MgBufferInformationProtectionDecrypt", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/decryptBuffer", "Variants": [ "Buffer", "BufferExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/decryptBuffer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Method": "POST", "Command": "Invoke-MgBufferInformationProtectionEncrypt", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/encryptBuffer", "Variants": [ "Buffer", "BufferExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/encryptBuffer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgBufferUserInformationProtectionDecrypt", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/decryptBuffer", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/decryptBuffer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Method": "POST", "Command": "Invoke-MgBufferUserInformationProtectionEncrypt", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/encryptBuffer", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/encryptBuffer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus" + "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 + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkReprovisionDeviceManagementComanagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkReprovisionDeviceManagementManagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkReprovisionUserManagedDeviceCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkRestoreDeviceManagementComanagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkRestoreDeviceManagementManagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc" + "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 + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkRestoreUserManagedDeviceCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Method": "POST", "Command": "Invoke-MgBulkUserManagedDeviceSetCloudPcReviewStatus", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Invoke-MgCalendarGroupCalendar", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Invoke-MgCalendarGroupCalendar", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Variants": [ "Calendar1", "CalendarViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "Variants": [ "Calendar2", "Calendar3", "CalendarViaIdentity2", "CalendarViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "Variants": [ "Checkin", "CheckinExpanded", @@ -146571,15 +146336,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "Variants": [ "Checkin1", "CheckinExpanded1", @@ -146605,165 +146370,165 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/checkin", "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/checkin" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/checkin", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/checkin" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckinUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "Variants": [ "Checkout", "CheckoutViaIdentity" @@ -146787,15 +146552,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "Variants": [ "Checkout1", "CheckoutViaIdentity1" @@ -146803,161 +146568,161 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/checkout", "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/checkout" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/checkout", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/checkout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCheckoutUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCleanDeviceManagementComanagedDeviceWindowDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", "Variants": [ "Clean", "CleanExpanded", @@ -146969,15 +146734,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", "Variants": [ "Clean", "CleanExpanded", @@ -146989,15 +146754,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", "Variants": [ "Clean1", "CleanExpanded1", @@ -147006,63 +146771,63 @@ ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", "Variants": [ "Clean1", "CleanExpanded1", "CleanViaIdentity1", "CleanViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", "Command": "Invoke-MgClockTeamScheduleTimeCardIn", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timeCards/clockIn" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", "Command": "Invoke-MgClockTeamScheduleTimeCardOut", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", "Variants": [ "Clock", "ClockExpanded", @@ -147074,15 +146839,15 @@ "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 - }, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDataSharingConsent", "Method": "POST", "Command": "Invoke-MgConsentDeviceManagementDataSharingConsentToDataSharing", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", "Variants": [ "Consent", "ConsentViaIdentity" @@ -147092,168 +146857,168 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "POST", "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/createOrGet", "Variants": [ "Create3", "CreateExpanded3" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/createOrGet" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "POST", "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/createOrGet", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/createOrGet" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "POST", "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/createOrGet" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "POST", "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/createOrGet" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Invoke-MgCustomDeviceManagementRoleScopeTag", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", "Variants": [ "Custom" ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeclineGroupCalendarEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeclineGroupCalendarEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeclineGroupEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/decline", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/decline" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeclineGroupEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/decline", "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/decline" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeclineUserEvent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/decline", "Variants": [ "Decline", "DeclineExpanded", @@ -147265,15 +147030,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/decline" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeclineUserEvent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/decline", "Variants": [ "Decline1", "DeclineExpanded1", @@ -147282,48 +147047,48 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/decline" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeclineUserEventInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeclineUserEventInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeprovisionDeviceManagementComanagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", "Variants": [ "Deprovision", "DeprovisionExpanded", @@ -147333,25 +147098,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeprovisionDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", "Variants": [ "Deprovision", "DeprovisionExpanded", @@ -147361,245 +147126,245 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeprovisionUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "Invoke-MgDismissDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{recommendationResource-id}/dismiss", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/impactedResources/{recommendationResource-id}/dismiss" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendation", "Method": "POST", "Command": "Invoke-MgDismissDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/dismiss", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/dismiss" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "Invoke-MgDismissDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}/dismiss", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}/dismiss" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissGroupCalendarEventReminder", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissGroupCalendarEventReminder", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissGroupEventReminder", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissGroupEventReminder", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", "Variants": [ "Dismiss", "DismissExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/dismiss" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", "Variants": [ "Dismiss1", "DismissExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/dismiss" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/dismiss", "Variants": [ "Dismiss", "DismissExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/dismiss" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/dismiss", "Variants": [ "Dismiss1", "DismissExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/dismiss" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissUserEventInstanceReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissUserEventInstanceReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissUserEventReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", "Variants": [ "Dismiss", "DismissViaIdentity" @@ -147609,51 +147374,51 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDismissUserEventReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", "Variants": [ "Dismiss1", "DismissViaIdentity1" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDownDeviceManagementComanagedDeviceShut", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", "Variants": [ "Down", "DownViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", "Variants": [ "Down", "DownViaIdentity" @@ -147663,15 +147428,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", "Variants": [ "Down1", "DownViaIdentity1" @@ -147681,116 +147446,124 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "Variants": [ "Download" ], - "Permissions": { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "Variants": [ "Download1" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", "Variants": [ "Download", "DownloadExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDownloadDeviceManagementManagedDeviceAppDiagnostic", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", "Variants": [ "Download", "DownloadExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDownloadUserManagedDeviceAppDiagnostic", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDownUserManagedDeviceShut", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", "Variants": [ "Down", "DownViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgDownUserManagedDeviceShut", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", "Variants": [ "Down1", "DownViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEnrollDeviceManagementComanagedDeviceNowAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" @@ -147808,15 +147581,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEnrollDeviceManagementManagedDeviceNowAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" @@ -147834,84 +147607,84 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEnrollUserManagedDeviceNowAction", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEnrollWindowsUpdatesUpdatableAsset", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", "Variants": [ "Enroll", "EnrollExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/updatableAssets/enrollAssets" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEnrollWindowsUpdatesUpdatableAssetById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", "Variants": [ "Enroll", "EnrollExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" @@ -147929,15 +147702,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" @@ -147955,15 +147728,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", "Variants": [ "Estimate1", "EstimateViaIdentity1" @@ -147981,41 +147754,41 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Method": "POST", "Command": "Invoke-MgExecuteDeviceManagementComanagedDeviceAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/executeAction", "Variants": [ "Execute", "ExecuteExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/executeAction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Method": "POST", "Command": "Invoke-MgExecuteDeviceManagementManagedDeviceAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/executeAction", "Variants": [ "Execute", "ExecuteExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/executeAction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphBulkDriverActionResult", "Method": "POST", "Command": "Invoke-MgExecuteDeviceManagementWindowDriverUpdateProfileAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", "Variants": [ "Execute", "ExecuteExpanded", @@ -148027,30 +147800,30 @@ "Description": "Read Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Method": "POST", "Command": "Invoke-MgExecuteUserManagedDeviceAction", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/executeAction", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/executeAction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", "Method": "GET", "Command": "Invoke-MgExperienceDeviceManagement", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", "Variants": [ "Experience", "Experience1" @@ -148068,15 +147841,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "Variants": [ "Extract", "ExtractViaIdentity" @@ -148106,136 +147879,136 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", "Command": "Invoke-MgExtractDriveRootSensitivityLabel", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/extractSensitivityLabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Method": "POST", "Command": "Invoke-MgExtractInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels/extractLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/policy/labels/extractLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityContentLabel", "Method": "POST", "Command": "Invoke-MgExtractSecurityInformationProtectionSensitivityLabelContentLabel", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Method": "POST", "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Method": "POST", "Command": "Invoke-MgExtractUserInformationProtectionPolicyLabel", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphSecurityContentLabel", "Method": "POST", "Command": "Invoke-MgExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/favorite", "Variants": [ "Favorite", "FavoriteExpanded" @@ -148245,46 +148018,46 @@ "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/favorite" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/favorite", "Variants": [ "Favorite1", "FavoriteExpanded1" ], "Permissions": { "Name": "ServiceMessageViewpoint.Write", - "Description": "Update your user status on service announcement messages", - "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", - "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/favorite" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Method": "GET", "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Method": "GET", "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "Variants": [ "Filter", "FilterViaIdentity" @@ -148294,33 +148067,41 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApproval1", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')" + "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 + }, + { + "Name": "EntitlementManagement.ReadWrite.All", + "Description": "Read and write entitlement management resources", + "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148330,15 +148111,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148356,15 +148137,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148382,15 +148163,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148408,15 +148189,15 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148434,41 +148215,28 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "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 - }, - { - "Name": "EntitlementManagement.ReadWrite.All", - "Description": "Read and write entitlement management resources", - "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", - "IsAdmin": true - } - ], - "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148486,80 +148254,80 @@ "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementCatalogAccessPackageByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148577,15 +148345,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148603,15 +148371,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148619,25 +148387,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148645,25 +148413,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148681,15 +148449,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148707,15 +148475,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148723,25 +148491,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148749,25 +148517,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAppConsentRequest1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148775,25 +148543,25 @@ "Permissions": [ { "Name": "ConsentRequest.Read.All", - "Description": "Read consent requests", - "FullDescription": "Allows the app to read consent requests and approvals, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148811,15 +148579,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUserConsentRequest1", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148837,15 +148605,15 @@ "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148853,38 +148621,38 @@ "Permissions": [ { "Name": "ConsentRequest.Read.All", - "Description": "Read consent requests", - "FullDescription": "Allows the app to read consent requests and approvals, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148914,15 +148682,15 @@ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -148930,37 +148698,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -148996,15 +148764,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -149040,15 +148808,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -149056,43 +148824,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -149128,15 +148896,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -149172,15 +148940,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -149216,15 +148984,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -149232,43 +149000,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -149276,43 +149044,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" @@ -149348,15 +149116,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" @@ -149364,212 +149132,212 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Method": "GET", "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "Variants": [ "Filter", "FilterViaIdentity" @@ -149579,15 +149347,15 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Method": "GET", "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "Variants": [ "Filter", "FilterViaIdentity" @@ -149597,145 +149365,145 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators" + } }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "GET", "Command": "Invoke-MgFilterUserAppConsentRequestForApprovalByCurrentUser", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "GET", "Command": "Invoke-MgFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphApproval", "Method": "GET", "Command": "Invoke-MgFilterUserApprovalByCurrentUser", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "GET", "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceByCurrentUser", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "GET", "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "GET", "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceStageByCurrentUser", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", "Variants": [ "Filter", "FilterViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "Invoke-MgFinancialCompanyJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", "Variants": [ "Post", "PostViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "Invoke-MgFinancialCompanyPurchaseInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", "Variants": [ "Post", "PostViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "Invoke-MgFinancialCompanySaleInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", "Variants": [ "Post", "PostViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "Invoke-MgFinancialCompanySaleInvoiceAndSend", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", "Variants": [ "Post", "PostViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Invoke-MgFollowDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "Variants": [ "Follow", "FollowViaIdentity" @@ -149743,49 +149511,49 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Invoke-MgFollowDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "Variants": [ "Follow1", "FollowViaIdentity1" @@ -149793,179 +149561,179 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Invoke-MgFollowDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/follow", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/follow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Invoke-MgFollowDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/follow", "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/follow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Invoke-MgFollowGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Invoke-MgFollowGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Invoke-MgFollowGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Invoke-MgFollowGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Invoke-MgFollowUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Invoke-MgFollowUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Invoke-MgFollowUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", "Variants": [ "Follow", "FollowViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/follow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Invoke-MgFollowUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/follow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForceDomainDelete", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/forceDelete", "Variants": [ "Force", "ForceExpanded", @@ -149977,15 +149745,15 @@ "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 - }, - "Uri": "/domains/{domain-id}/forceDelete" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForceDomainDelete", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/forceDelete", "Variants": [ "Force1", "ForceExpanded1", @@ -149997,15 +149765,15 @@ "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 - }, - "Uri": "/domains/{domain-id}/forceDelete" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupCalendarEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", "Variants": [ "Forward", "ForwardExpanded", @@ -150017,15 +149785,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupCalendarEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", "Variants": [ "Forward1", "ForwardExpanded1", @@ -150034,18 +149802,18 @@ ], "Permissions": { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "Variants": [ "Forward1", "ForwardExpanded1", @@ -150057,15 +149825,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "Variants": [ "Forward", "ForwardExpanded", @@ -150077,45 +149845,45 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/forward", "Variants": [ "Forward", "ForwardExpanded", @@ -150127,15 +149895,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/forward" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/forward", "Variants": [ "Forward1", "ForwardExpanded1", @@ -150144,18 +149912,18 @@ ], "Permissions": { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/forward" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "Variants": [ "Forward", "ForwardExpanded", @@ -150164,18 +149932,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "Variants": [ "Forward1", "ForwardExpanded1", @@ -150184,48 +149952,48 @@ ], "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 - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserEvent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/forward", "Variants": [ "Forward", "ForwardExpanded", @@ -150237,15 +150005,15 @@ "Description": "Read your calendars ", "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/forward" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserEvent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/forward", "Variants": [ "Forward1", "ForwardExpanded1", @@ -150254,78 +150022,78 @@ ], "Permissions": { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/forward" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserEventInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserEventInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", "Variants": [ "Forward", "ForwardExpanded", @@ -150337,15 +150105,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", "Variants": [ "Forward1", "ForwardExpanded1", @@ -150357,15 +150125,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/forward", "Variants": [ "Forward", "ForwardExpanded", @@ -150377,15 +150145,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/forward" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgForwardUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/forward", "Variants": [ "Forward1", "ForwardExpanded1", @@ -150397,28 +150165,28 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/forward" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Method": "GET", "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "Variants": [ "Functions", "FunctionsViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Method": "GET", "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "Variants": [ "Functions", "FunctionsViaIdentity" @@ -150428,15 +150196,15 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Method": "GET", "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "Variants": [ "Functions", "FunctionsViaIdentity" @@ -150446,33 +150214,33 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Method": "GET", "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "Variants": [ "Functions", "FunctionsViaIdentity" ], "Permissions": { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphChat", + "Module": "Teams", + "Uri": "/chats/{chat-id}/unhideForUser", "Variants": [ "Graph1", "GraphExpanded1", @@ -150484,15 +150252,15 @@ "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 - }, - "Uri": "/chats/{chat-id}/unhideForUser" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphChat", + "Module": "Teams", + "Uri": "/chats/{chat-id}/unhideForUser", "Variants": [ "Graph", "GraphExpanded", @@ -150504,15 +150272,15 @@ "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 - }, - "Uri": "/chats/{chat-id}/unhideForUser" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Invoke-MgGraphDeviceManagement", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", "Variants": [ "Graph", "GraphViaIdentity" @@ -150542,15 +150310,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/scopedForResource(resource='{resource}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphDeviceManagementDepOnboardingSetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", "Variants": [ "Graph", "GraphViaIdentity" @@ -150560,41 +150328,41 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService" + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Invoke-MgGraphDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}/sharedWithMe", "Variants": [ "Graph", "GraphViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/sharedWithMe" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Invoke-MgGraphDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}/sharedWithMe", "Variants": [ "Graph1", "GraphViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/sharedWithMe" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/unsubscribeByMail", "Variants": [ "Graph", "GraphViaIdentity" @@ -150604,15 +150372,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/unsubscribeByMail" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/unsubscribeByMail", "Variants": [ "Graph1", "GraphViaIdentity1" @@ -150622,41 +150390,41 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/unsubscribeByMail" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Invoke-MgGraphGroupDrive", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", "Variants": [ "Graph", "GraphViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Invoke-MgGraphGroupDrive", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", "Variants": [ "Graph1", "GraphViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", "Method": "GET", "Command": "Invoke-MgGraphReportAuthenticationMethod", + "Module": "Reports", + "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", "Variants": [ "Graph", "Graph1", @@ -150670,257 +150438,257 @@ "Description": "Read audit log data", "FullDescription": "Allows the app to read and query your audit log activities, on your behalf.", "IsAdmin": true - }, - "Uri": "/reports/authenticationMethods/usersRegisteredByFeature" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphUserChat", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", "Variants": [ "Graph1", "GraphExpanded1", "GraphViaIdentity1", "GraphViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphUserChat", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Invoke-MgGraphUserDrive", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", "Variants": [ "Graph1", "GraphViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Invoke-MgGraphUserDrive", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", "Variants": [ "Graph", "GraphViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Invoke-MgGraphWindowsUpdatesUpdatableAsset", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", "Variants": [ "Graph", "GraphExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceAppMgtAndroidManagedAppProtectionPayloadLink", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceAppMgtiOSLobAppProvisioningConfigurationPayloadLink", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceAppMgtiOSManagedAppProtectionPayloadLink", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceAppMgtMdmWindowInformationProtectionPolicyPayloadLink", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceAppMgtMobileAppPayloadLink", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceAppMgtTargetedManagedAppConfigurationPayloadLink", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceManagementDeviceCompliancePolicyPayloadLink", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceManagementDeviceConfigurationPayloadLink", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceManagementScriptPayloadLink", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasDeviceManagementWindowAutopilotDeploymentProfilePayloadLink", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", "Variants": [ "Has", "HasExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgHasDeviceManagementZebraFotaConnectorActiveDeployment", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", "Variants": [ "Has" ], @@ -150929,30 +150697,30 @@ "Description": "Read Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Method": "POST", "Command": "Invoke-MgHasUserDeviceEnrollmentConfigurationPayloadLink", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", "Variants": [ "Has", "HasExpanded", "HasViaIdentity", "HasViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Invoke-MgHaveTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Variants": [ "Have1", "HaveViaIdentity1" @@ -150970,15 +150738,15 @@ "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Invoke-MgHaveTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Variants": [ "Have", "HaveViaIdentity" @@ -150996,54 +150764,54 @@ "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Invoke-MgHaveTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Variants": [ "Have1", "HaveViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Invoke-MgHaveTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Variants": [ "Have", "HaveViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "GET", "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Variants": [ "Have", "HaveViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" @@ -151051,25 +150819,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" @@ -151087,28 +150855,28 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplicationServicePrincipal1", "Method": "POST", "Command": "Invoke-MgInstantiateApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "Variants": [ "Instantiate", "InstantiateExpanded", @@ -151128,15 +150896,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplicationServicePrincipal", "Method": "POST", "Command": "Invoke-MgInstantiateApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "Variants": [ "Instantiate1", "InstantiateExpanded1", @@ -151156,15 +150924,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgInvalidateUserRefreshToken", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/invalidateAllRefreshTokens", "Variants": [ "Invalidate", "InvalidateViaIdentity" @@ -151182,15 +150950,15 @@ "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/invalidateAllRefreshTokens" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphInviteParticipantsOperation1", "Method": "POST", "Command": "Invoke-MgInviteCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/invite", "Variants": [ "Invite1", "InviteExpanded1", @@ -151202,15 +150970,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/participants/invite" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphInviteParticipantsOperation", "Method": "POST", "Command": "Invoke-MgInviteCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/invite", "Variants": [ "Invite", "InviteExpanded", @@ -151222,15 +150990,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/participants/invite" + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Invoke-MgInviteDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "Variants": [ "Invite", "InviteExpanded", @@ -151256,15 +151024,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Invoke-MgInviteDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "Variants": [ "Invite1", "InviteExpanded1", @@ -151290,165 +151058,165 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Invoke-MgInviteDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/invite", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/invite" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Invoke-MgInviteDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/invite", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/invite" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Invoke-MgInviteGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Invoke-MgInviteGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Invoke-MgInviteGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Invoke-MgInviteGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Invoke-MgInviteUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Invoke-MgInviteUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Invoke-MgInviteUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Invoke-MgInviteUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": null, "Method": "GET", "Command": "Invoke-MgIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", "Variants": [ "Are" ], @@ -151465,41 +151233,41 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgKeepCommunicationCallAlive", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/keepAlive", "Variants": [ "Keep1", "KeepViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/keepAlive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgKeepCommunicationCallAlive", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/keepAlive", "Variants": [ "Keep", "KeepViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/keepAlive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUser", "Method": "POST", "Command": "Invoke-MgLicenseUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/reprocessLicenseAssignment", "Variants": [ "License", "LicenseViaIdentity" @@ -151517,15 +151285,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/reprocessLicenseAssignment" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUser1", "Method": "POST", "Command": "Invoke-MgLicenseUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/reprocessLicenseAssignment", "Variants": [ "License1", "LicenseViaIdentity1" @@ -151533,51 +151301,51 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/reprocessLicenseAssignment" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", + "Module": "CloudCommunications", + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", "Variants": [ "Log1", "LogExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/logTeleconferenceDeviceQuality" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", + "Module": "CloudCommunications", + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", "Variants": [ "Log", "LogExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/logTeleconferenceDeviceQuality" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" @@ -151587,15 +151355,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" @@ -151605,59 +151373,59 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Variants": [ "Logout1", "LogoutViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "Variants": [ "Logout1", "LogoutViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkChatReadForUser", + "Module": "Teams", + "Uri": "/chats/{chat-id}/markChatReadForUser", "Variants": [ "Mark1", "MarkExpanded1", @@ -151669,15 +151437,15 @@ "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 - }, - "Uri": "/chats/{chat-id}/markChatReadForUser" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkChatReadForUser", + "Module": "Teams", + "Uri": "/chats/{chat-id}/markChatReadForUser", "Variants": [ "Mark", "MarkExpanded", @@ -151689,15 +151457,15 @@ "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 - }, - "Uri": "/chats/{chat-id}/markChatReadForUser" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkChatUnreadForUser", + "Module": "Teams", + "Uri": "/chats/{chat-id}/markChatUnreadForUser", "Variants": [ "Mark1", "MarkExpanded1", @@ -151706,18 +151474,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/chats/{chat-id}/markChatUnreadForUser" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkChatUnreadForUser", + "Module": "Teams", + "Uri": "/chats/{chat-id}/markChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", @@ -151729,33 +151497,33 @@ "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 - }, - "Uri": "/chats/{chat-id}/markChatUnreadForUser" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/markRead", "Variants": [ "Mark", "MarkExpanded" ], "Permissions": { "Name": "ServiceMessageViewpoint.Write", - "Description": "Update your user status on service announcement messages", - "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", - "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/markRead" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/markRead", "Variants": [ "Mark1", "MarkExpanded1" @@ -151765,15 +151533,15 @@ "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/markRead" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/markUnread", "Variants": [ "Mark", "MarkExpanded" @@ -151783,15 +151551,15 @@ "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/markUnread" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/markUnread", "Variants": [ "Mark1", "MarkExpanded1" @@ -151801,75 +151569,75 @@ "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/markUnread" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkUserChatReadForUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkUserChatReadForUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", "Variants": [ "Mark1", "MarkExpanded1", "MarkViaIdentity1", "MarkViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkUserChatUnreadForUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", "Variants": [ "Mark1", "MarkExpanded1", "MarkViaIdentity1", "MarkViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgMarkUserChatUnreadForUser", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Invoke-MgMessageChat", + "Module": "Teams", + "Uri": "/chats/allMessages", "Variants": [ "Messages" ], @@ -151892,70 +151660,70 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/allMessages" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Invoke-MgMessageTeam", + "Module": "Teams", + "Uri": "/teams/allMessages", "Variants": [ "Messages" ], "Permissions": [ { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Team.ReadBasic.All", - "Description": "Read the names and descriptions of teams", - "FullDescription": "Read the names and descriptions of teams, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "TeamSettings.Read.All", - "Description": "Read teams' settings", - "FullDescription": "Read all teams' settings, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "TeamSettings.ReadWrite.All", - "Description": "Read and change teams' settings", - "FullDescription": "Read and change all teams' settings, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/allMessages" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Invoke-MgMessageTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/allMessages", "Variants": [ "Messages", "MessagesViaIdentity" @@ -152003,28 +151771,28 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/allMessages" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "GET", "Command": "Invoke-MgMessageTeamworkDeletedTeamChannel", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", "Variants": [ "Messages", "MessagesViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "GET", "Command": "Invoke-MgMessageUserChat", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/chats/allMessages", "Variants": [ "Messages", "MessagesViaIdentity" @@ -152032,106 +151800,106 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/allMessages" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMuteParticipantsOperation", "Method": "POST", "Command": "Invoke-MgMuteAllCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/muteAll", "Variants": [ "Mute2", "MuteExpanded2", "MuteViaIdentity2", "MuteViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/muteAll" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Method": "POST", "Command": "Invoke-MgMuteCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/mute", "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/mute" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Method": "POST", "Command": "Invoke-MgMuteCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/mute", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/mute" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Method": "POST", "Command": "Invoke-MgMuteCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Method": "POST", "Command": "Invoke-MgMuteCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedApproval", "Method": "GET", "Command": "Invoke-MgMyPrivilegedApprovalRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/myRequests", "Variants": [ "My" ], @@ -152140,15 +151908,15 @@ "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 - }, - "Uri": "/privilegedApproval/myRequests" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "GET", "Command": "Invoke-MgMyPrivilegedRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/my", "Variants": [ "My" ], @@ -152157,102 +151925,102 @@ "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 - }, - "Uri": "/privilegedRoleAssignments/my" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "GET", "Command": "Invoke-MgMyPrivilegedRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/my", "Variants": [ "My" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/my" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgOverrideDeviceManagementComanagedDeviceComplianceState", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgOverrideDeviceManagementManagedDeviceComplianceState", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgOverrideUserManagedDeviceComplianceState", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphParseExpressionResponse", "Method": "POST", "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphParseExpressionResponse", "Method": "POST", "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphParseExpressionResponse", "Method": "POST", "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "Variants": [ "Parse", "ParseExpanded", @@ -152264,15 +152032,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphParseExpressionResponse", "Method": "POST", "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "Variants": [ "Parse", "ParseExpanded", @@ -152281,18 +152049,18 @@ ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Method": "GET", "Command": "Invoke-MgPendingUserApp", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "Variants": [ "Pending", "PendingViaIdentity" @@ -152310,45 +152078,45 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPlayPromptOperation1", "Method": "POST", "Command": "Invoke-MgPlayCommunicationCallPrompt", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/playPrompt", "Variants": [ "Play1", "PlayExpanded1", "PlayViaIdentity1", "PlayViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/playPrompt" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPlayPromptOperation", "Method": "POST", "Command": "Invoke-MgPlayCommunicationCallPrompt", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/playPrompt", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/playPrompt" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgPlayDeviceManagementComanagedDeviceLostModeSound", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", "Variants": [ "Play", "PlayExpanded", @@ -152360,15 +152128,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgPlayDeviceManagementManagedDeviceLostModeSound", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", "Variants": [ "Play", "PlayExpanded", @@ -152380,75 +152148,75 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgPlayUserManagedDeviceLostModeSound", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "Invoke-MgPostponeDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{recommendationResource-id}/postpone", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/impactedResources/{recommendationResource-id}/postpone" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendation", "Method": "POST", "Command": "Invoke-MgPostponeDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/postpone", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/postpone" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "Invoke-MgPostponeDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}/postpone", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}/postpone" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "Variants": [ "Preview", "PreviewExpanded", @@ -152458,49 +152226,49 @@ "Permissions": [ { "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "Variants": [ "Preview1", "PreviewExpanded1", @@ -152544,243 +152312,243 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/preview", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/preview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/preview", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/preview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", "Command": "Invoke-MgPreviewGroupOnenotePage", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", "Command": "Invoke-MgPreviewGroupOnenotePage", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", "Command": "Invoke-MgPreviewSiteOnenotePage", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", "Command": "Invoke-MgPreviewSiteOnenotePage", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphItemPreviewInfo", "Method": "POST", "Command": "Invoke-MgPreviewUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", "Command": "Invoke-MgPreviewUserOnenotePage", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphOnenotePagePreview", "Method": "GET", "Command": "Invoke-MgPreviewUserOnenotePage", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgPromoteDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/promote", "Variants": [ "Promote", "PromoteViaIdentity" @@ -152790,46 +152558,46 @@ "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 - }, - "Uri": "/domains/{domain-id}/promote" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgPromoteDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/promote", "Variants": [ "Promote1", "PromoteViaIdentity1" ], "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 - }, - "Uri": "/domains/{domain-id}/promote" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Method": "POST", "Command": "Invoke-MgQueryDeviceManagementResourceAccessProfileByPlatformType", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", "Variants": [ "Query", "QueryExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchResponse", "Method": "POST", "Command": "Invoke-MgQuerySearch", + "Module": "Search", + "Uri": "/search/query", "Variants": [ "Query", "QueryExpanded" @@ -152889,15 +152657,15 @@ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false } - ], - "Uri": "/search/query" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchResponse1", "Method": "POST", "Command": "Invoke-MgQuerySearch", + "Module": "Search", + "Uri": "/search/query", "Variants": [ "Query1", "QueryExpanded1" @@ -152957,54 +152725,54 @@ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false } - ], - "Uri": "/search/query" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "Invoke-MgReactivateDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{recommendationResource-id}/reactivate", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Permissions": [], - "Uri": "/directory/impactedResources/{recommendationResource-id}/reactivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendation", "Method": "POST", "Command": "Invoke-MgReactivateDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/reactivate", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/reactivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "Invoke-MgReactivateDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}/reactivate", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}/reactivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Variants": [ "Reassign1", "ReassignViaIdentity1" @@ -153022,15 +152790,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Variants": [ "Reassign", "ReassignViaIdentity" @@ -153038,667 +152806,667 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Variants": [ "Reassign1", "ReassignViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Variants": [ "Reassign1", "ReassignViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ChangeNotifications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "ChangeNotifications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveListSubscription", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveListSubscription", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Invoke-MgRecentDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}/recent", "Variants": [ "Recent", "RecentViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/recent" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Invoke-MgRecentDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}/recent", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/recent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Invoke-MgRecentGroupDrive", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/recent", "Variants": [ "Recent", "RecentViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/recent" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Invoke-MgRecentGroupDrive", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/recent", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/recent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphUserActivity1", "Method": "GET", "Command": "Invoke-MgRecentUserActivity", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/activities/recent", "Variants": [ "Recent", "RecentViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/recent" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphUserActivity", "Method": "GET", "Command": "Invoke-MgRecentUserActivity", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/activities/recent", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/recent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Invoke-MgRecentUserDrive", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/recent", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/recent" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Invoke-MgRecentUserDrive", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/recent", "Variants": [ "Recent", "RecentViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/recent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphRecordOperation1", "Method": "POST", "Command": "Invoke-MgRecordCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/record", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/record" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphRecordOperation1", "Method": "POST", "Command": "Invoke-MgRecordCommunicationCallResponse", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/recordResponse", "Variants": [ "Record1", "RecordExpanded1", "RecordViaIdentity1", "RecordViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/recordResponse" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphRecordOperation", "Method": "POST", "Command": "Invoke-MgRecordCommunicationCallResponse", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/recordResponse", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/recordResponse" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", "Variants": [ "Record", "RecordExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRecordUserPendingAccessReviewInstanceDecision", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRedirectCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/redirect", "Variants": [ "Redirect1", "RedirectExpanded1", "RedirectViaIdentity1", "RedirectViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/redirect" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRedirectCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/redirect", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/redirect" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReenableDeviceManagementComanagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", "Variants": [ "Reenable", "ReenableViaIdentity" @@ -153716,15 +153484,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReenableDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", "Variants": [ "Reenable", "ReenableViaIdentity" @@ -153742,58 +153510,58 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReenableUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRejectCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/reject", "Variants": [ "Reject1", "RejectExpanded1", "RejectViaIdentity1", "RejectViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/reject" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRejectCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/reject", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/reject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRenewGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/renew", "Variants": [ "Renew", "RenewViaIdentity" @@ -153811,15 +153579,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/renew" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRenewGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}/renew", "Variants": [ "Renew1", "RenewViaIdentity1" @@ -153827,38 +153595,38 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/renew" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRenewGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/renewGroup", "Variants": [ "Renew", "RenewExpanded" ], - "Permissions": [], - "Uri": "/groupLifecyclePolicies/renewGroup" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReopenComplianceEdiscoveryCase", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", "Variants": [ "Reopen", "ReopenViaIdentity" @@ -153866,25 +153634,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reopen" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "Variants": [ "Reopen1", "ReopenViaIdentity1" @@ -153902,15 +153670,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "Variants": [ "Reopen", "ReopenViaIdentity" @@ -153928,15 +153696,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReorderDeviceManagementConfigurationPolicy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", "Variants": [ "Reorder", "ReorderExpanded", @@ -153948,45 +153716,45 @@ "Description": "Read Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", "Variants": [ "Reply3", "ReplyExpanded3", "ReplyViaIdentity3", "ReplyViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyAllUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", "Variants": [ "Reply1", "ReplyExpanded1", @@ -153995,18 +153763,18 @@ ], "Permissions": { "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyAllUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", "Variants": [ "Reply3", "ReplyExpanded3", @@ -154018,15 +153786,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyAllUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", "Variants": [ "Reply1", "ReplyExpanded1", @@ -154035,18 +153803,18 @@ ], "Permissions": { "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/replyAll" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyAllUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", "Variants": [ "Reply3", "ReplyExpanded3", @@ -154055,18 +153823,18 @@ ], "Permissions": { "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/replyAll" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", "Variants": [ "Reply", "ReplyExpanded", @@ -154078,15 +153846,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", "Variants": [ "Reply1", "ReplyExpanded1", @@ -154095,18 +153863,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "Variants": [ "Reply1", "ReplyExpanded1", @@ -154118,15 +153886,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "Variants": [ "Reply", "ReplyExpanded", @@ -154138,45 +153906,45 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", "Variants": [ "Reply", "ReplyExpanded", @@ -154188,15 +153956,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", "Variants": [ "Reply1", "ReplyExpanded1", @@ -154205,18 +153973,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "Variants": [ "Reply", "ReplyExpanded", @@ -154228,15 +153996,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "Variants": [ "Reply1", "ReplyExpanded1", @@ -154248,75 +154016,75 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", "Variants": [ "Reply2", "ReplyExpanded2", "ReplyViaIdentity2", "ReplyViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", "Variants": [ "Reply", "ReplyExpanded", @@ -154328,15 +154096,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", "Variants": [ "Reply2", "ReplyExpanded2", @@ -154348,15 +154116,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/reply", "Variants": [ "Reply", "ReplyExpanded", @@ -154368,15 +154136,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/reply" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReplyUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/reply", "Variants": [ "Reply2", "ReplyExpanded2", @@ -154385,44 +154153,44 @@ ], "Permissions": { "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/reply" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "GET", "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", "Variants": [ "Report", "ReportViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "GET", "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", "Variants": [ "Report1", "ReportViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "GET", "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", "Variants": [ "Report", "ReportViaIdentity" @@ -154432,15 +154200,15 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "GET", "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", "Variants": [ "Report1", "ReportViaIdentity1" @@ -154450,28 +154218,28 @@ "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 - }, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReprovisionDeviceManagementComanagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReprovisionDeviceManagementManagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" @@ -154481,15 +154249,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", "Variants": [ "Reprovision", "ReprovisionExpanded", @@ -154501,15 +154269,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReprovisionUserCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", "Variants": [ "Reprovision", "ReprovisionExpanded", @@ -154518,49 +154286,49 @@ ], "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 - }, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReprovisionUserManagedDeviceCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRetireDeviceManagementComanagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", "Variants": [ "Retire", "RetireViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRetireDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", "Variants": [ "Retire", "RetireViaIdentity" @@ -154570,59 +154338,59 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRetireDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", "Variants": [ "Retire1", "RetireViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRetireUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", "Variants": [ "Retire", "RetireViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRetireUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", "Variants": [ "Retire1", "RetireViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", "Variants": [ "Retry", "RetryViaIdentity" @@ -154632,28 +154400,28 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRetryUserCloudPcPartnerAgentInstallation", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", "Variants": [ "Retry", "RetryViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Variants": [ "Return1", "ReturnViaIdentity1" @@ -154671,15 +154439,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Variants": [ "Return", "ReturnViaIdentity" @@ -154687,95 +154455,95 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Variants": [ "Return", "ReturnViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Variants": [ "Return1", "ReturnViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Variants": [ "Return", "ReturnViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Variants": [ "Return1", "ReturnViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgReuploadDeviceManagementVirtualEndpointDeviceImage", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", "Variants": [ "Reupload", "ReuploadViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", "Method": "GET", "Command": "Invoke-MgRoleManagementDirectorySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "Variants": [ "Role" ], @@ -154784,27 +154552,27 @@ "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 - }, - "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", "Method": "GET", "Command": "Invoke-MgRoleManagementEntitlementManagementSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "Variants": [ "Role" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceBitLockerKey", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", "Variants": [ "Rotate", "RotateViaIdentity" @@ -154822,15 +154590,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceFileVaultKey", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" @@ -154840,15 +154608,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRotateDeviceManagementManagedDeviceBitLockerKey", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "Variants": [ "Rotate", "RotateViaIdentity" @@ -154866,59 +154634,59 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRotateDeviceManagementManagedDeviceFileVaultKey", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRotateUserManagedDeviceBitLockerKey", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgRotateUserManagedDeviceFileVaultKey", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgScanDeviceManagementComanagedDeviceWindowDefender", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", "Variants": [ "Scan", "ScanExpanded", @@ -154927,18 +154695,18 @@ ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", "Variants": [ "Scan", "ScanExpanded", @@ -154947,18 +154715,18 @@ ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", "Variants": [ "Scan1", "ScanExpanded1", @@ -154970,45 +154738,45 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgScanUserManagedDeviceWindowDefender", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgScanUserManagedDeviceWindowDefender", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", "Variants": [ "Scan1", "ScanExpanded1", "ScanViaIdentity1", "ScanViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", "Variants": [ "Schedule1", "ScheduleExpanded1", @@ -155017,18 +154785,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", "Variants": [ "Schedule", "ScheduleExpanded", @@ -155037,18 +154805,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", "Method": "GET", "Command": "Invoke-MgScheduleRoleManagementDirectory", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "Variants": [ "Schedule" ], @@ -155057,55 +154825,55 @@ "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 - }, - "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", "Method": "GET", "Command": "Invoke-MgScheduleRoleManagementEntitlementManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "Variants": [ "Schedule" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoActivate", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoDeactivate", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "Invoke-MgSelfPrivilegedRoleActivate", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", "Variants": [ "Self", "SelfExpanded", @@ -155114,74 +154882,74 @@ ], "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 - }, - "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoActivate", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoDeactivate", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "Invoke-MgSelfPrivilegedRoleDeactivate", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", "Variants": [ "Self", "SelfViaIdentity" @@ -155191,15 +154959,15 @@ "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 - }, - "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", "Variants": [ "Share", "ShareViaIdentity" @@ -155209,15 +154977,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgShareTeamSchedule", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/share", "Variants": [ "Share1", "ShareExpanded1", @@ -155237,15 +155005,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/share" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgShareTeamSchedule", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/share", "Variants": [ "Share", "ShareExpanded", @@ -155265,133 +155033,133 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/share" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSigningResult", "Method": "POST", "Command": "Invoke-MgSignInformationProtectionDigest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/signDigest", "Variants": [ "Sign", "SignExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/signDigest" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphSigningResult", "Method": "POST", "Command": "Invoke-MgSignUserInformationProtectionDigest", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/signDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/signDigest" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSnoozeGroupEventReminder", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSnoozeGroupEventReminder", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSnoozeUserEventInstanceReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSnoozeUserEventInstanceReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSnoozeUserEventReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", "Variants": [ "Snooze", "SnoozeExpanded", @@ -155403,15 +155171,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSnoozeUserEventReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", "Variants": [ "Snooze1", "SnoozeExpanded1", @@ -155420,70 +155188,70 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftChatMessageDelete", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftChatMessageDelete", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftChatMessageReplyDelete", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftChatMessageReplyDelete", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamChannelMessageDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft1", "SoftViaIdentity1" @@ -155501,15 +155269,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamChannelMessageDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" @@ -155527,15 +155295,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft1", "SoftViaIdentity1" @@ -155553,15 +155321,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" @@ -155579,93 +155347,93 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftUserChatMessageDelete", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" @@ -155683,15 +155451,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftUserChatMessageDelete", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Variants": [ "Soft1", "SoftViaIdentity1" @@ -155709,71 +155477,71 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftUserChatMessageReplyDelete", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSoftUserChatMessageReplyDelete", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Variants": [ "Soft1", "SoftViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphSubscribeToToneOperation", "Method": "POST", "Command": "Invoke-MgSubscribeCommunicationCallToTone", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/subscribeToTone", "Variants": [ "Subscribe1", "SubscribeExpanded1", "SubscribeViaIdentity1", "SubscribeViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/subscribeToTone" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphSubscribeToToneOperation", "Method": "POST", "Command": "Invoke-MgSubscribeCommunicationCallToTone", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/subscribeToTone", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/subscribeToTone" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSubscribeGroupByMail", + "Module": "Groups", + "Uri": "/groups/{group-id}/subscribeByMail", "Variants": [ "Subscribe", "SubscribeViaIdentity" @@ -155783,15 +155551,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/subscribeByMail" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgSubscribeGroupByMail", + "Module": "Groups", + "Uri": "/groups/{group-id}/subscribeByMail", "Variants": [ "Subscribe1", "SubscribeViaIdentity1" @@ -155801,15 +155569,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/subscribeByMail" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Method": "GET", "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "Variants": [ "Summarize", "SummarizeViaIdentity" @@ -155817,37 +155585,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Method": "GET", "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", "Variants": [ "Summarize", "SummarizeViaIdentity" @@ -155877,15 +155645,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Functions", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Method": "GET", "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", + "Module": "DeviceManagement.Functions", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", "Variants": [ "Summarize", "SummarizeViaIdentity" @@ -155893,37 +155661,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Summary", "SummaryViaIdentity" @@ -155931,25 +155699,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Summary", "SummaryViaIdentity" @@ -155967,15 +155735,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Summary", "SummaryViaIdentity" @@ -155993,15 +155761,15 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Variants": [ "Summary", "SummaryViaIdentity" @@ -156011,15 +155779,15 @@ "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})" + } }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphLocaleInfo", "Method": "GET", "Command": "Invoke-MgSupportedUserOutlookLanguage", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/outlook/supportedLanguages", "Variants": [ "Supported1", "SupportedViaIdentity1" @@ -156027,25 +155795,25 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/outlook/supportedLanguages" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphLocaleInfo", "Method": "GET", "Command": "Invoke-MgSupportedUserOutlookLanguage", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/outlook/supportedLanguages", "Variants": [ "Supported", "SupportedViaIdentity" @@ -156063,35 +155831,43 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/outlook/supportedLanguages" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "Variants": [ "Target1", "TargetExpanded1", "TargetViaIdentity1", "TargetViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "Variants": [ "Target", "TargetExpanded", @@ -156103,35 +155879,43 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "Variants": [ "Target1", "TargetExpanded1", "TargetViaIdentity1", "TargetViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "Variants": [ "Target", "TargetExpanded", @@ -156140,58 +155924,74 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", "Variants": [ "Target1", "TargetExpanded1", "TargetViaIdentity1", "TargetViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", "Variants": [ "Target", "TargetExpanded", @@ -156200,18 +156000,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", "Variants": [ "Target1", "TargetExpanded1", @@ -156223,15 +156023,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTargetDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", "Variants": [ "Target", "TargetExpanded", @@ -156241,25 +156041,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTerminateDeviceManagementPartner", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "Variants": [ "Terminate", "TerminateViaIdentity" @@ -156277,15 +156077,15 @@ "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTerminateDeviceManagementPartner", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "Variants": [ "Terminate1", "TerminateViaIdentity1" @@ -156303,15 +156103,15 @@ "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphTimeZoneInformation", "Method": "GET", "Command": "Invoke-MgTimeUserOutlook", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", "Variants": [ "Time2", "Time3", @@ -156331,15 +156131,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/outlook/supportedTimeZones" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphTimeZoneInformation", "Method": "GET", "Command": "Invoke-MgTimeUserOutlook", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", "Variants": [ "Time", "Time1", @@ -156359,15 +156159,15 @@ "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 and photo.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/outlook/supportedTimeZones" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphConvertIdResult", "Method": "POST", "Command": "Invoke-MgTranslateUserExchangeId", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/translateExchangeIds", "Variants": [ "Translate", "TranslateExpanded", @@ -156405,15 +156205,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/translateExchangeIds" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphConvertIdResult", "Method": "POST", "Command": "Invoke-MgTranslateUserExchangeId", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/translateExchangeIds", "Variants": [ "Translate1", "TranslateExpanded1", @@ -156423,43 +156223,43 @@ "Permissions": [ { "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 and photo.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/translateExchangeIds" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" @@ -156469,15 +156269,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgTroubleshootUserCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" @@ -156487,15 +156287,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot" + } }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/unarchive", "Variants": [ "Unarchive", "UnarchiveExpanded" @@ -156505,15 +156305,15 @@ "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/unarchive" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/unarchive", "Variants": [ "Unarchive1", "UnarchiveExpanded1" @@ -156523,15 +156323,15 @@ "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/unarchive" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnarchiveTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/unarchive", "Variants": [ "Unarchive1", "UnarchiveViaIdentity1" @@ -156539,31 +156339,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "TeamSettings.ReadWrite.All", - "Description": "Read and change teams' settings", - "FullDescription": "Read and change all teams' settings, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/unarchive" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnarchiveTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/unarchive", "Variants": [ "Unarchive", "UnarchiveViaIdentity" @@ -156587,28 +156387,28 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/unarchive" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserFromDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" @@ -156616,25 +156416,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Variants": [ "Unassign1", "UnassignViaIdentity1" @@ -156642,25 +156442,25 @@ "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnbindDeviceManagementAndroidForWorkSetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkSettings/unbind", "Variants": [ "Unbind" ], @@ -156669,15 +156469,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkSettings/unbind" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", "Variants": [ "Unbind" ], @@ -156686,28 +156486,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnenrollWindowsUpdatesUpdatableAsset", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", "Variants": [ "Unenroll", "UnenrollExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", "Variants": [ "Unfavorite", "UnfavoriteExpanded" @@ -156717,15 +156517,15 @@ "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/unfavorite" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", "Variants": [ "Unfavorite1", "UnfavoriteExpanded1" @@ -156735,171 +156535,171 @@ "Description": "Update your user status on service announcement messages", "FullDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", "IsAdmin": true - }, - "Uri": "/admin/serviceAnnouncement/messages/unfavorite" + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/unfollow", "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/unfollow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/unfollow", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/unfollow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnfollowUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Method": "POST", "Command": "Invoke-MgUnmuteCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/unmute", "Variants": [ "Unmute1", "UnmuteExpanded1", @@ -156911,15 +156711,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/unmute" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Method": "POST", "Command": "Invoke-MgUnmuteCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/unmute", "Variants": [ "Unmute", "UnmuteExpanded", @@ -156931,15 +156731,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/unmute" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Variants": [ "Unsubmit1", "UnsubmitViaIdentity1" @@ -156957,15 +156757,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" @@ -156973,121 +156773,121 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Variants": [ "Unsubmit1", "UnsubmitViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Variants": [ "Unsubmit1", "UnsubmitViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnsubscribeUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnsubscribeUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUnsubscribeUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], "Permissions": { "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUploadDeviceManagementDepOnboardingSettingDepToken", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", "Variants": [ "Upload", "UploadExpanded", @@ -157099,15 +156899,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Invoke-MgUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", "Variants": [ "Upload", "UploadExpanded", @@ -157119,33 +156919,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "GET", "Command": "Invoke-MgUploadEducationSynchronizationProfileUrl", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", "Variants": [ "Upload", "UploadViaIdentity" ], "Permissions": { "Name": "EduAdministration.ReadWrite", - "Description": "Manage your education app settings", - "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true - }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "POST", "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", "Variants": [ "Upload", "UploadExpanded", @@ -157154,18 +156954,18 @@ ], "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 - }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "POST", "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", "Variants": [ "Upload1", "UploadExpanded1", @@ -157174,18 +156974,18 @@ ], "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 - }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Method": "POST", "Command": "Invoke-MgUploadTrustFrameworkKeySetCertificate", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", "Variants": [ "Upload", "UploadExpanded", @@ -157194,18 +156994,18 @@ ], "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 - }, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Method": "POST", "Command": "Invoke-MgUploadTrustFrameworkKeySetPkcs12", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", "Variants": [ "Upload", "UploadExpanded", @@ -157217,15 +157017,15 @@ "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 - }, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Method": "POST", "Command": "Invoke-MgUploadTrustFrameworkKeySetSecret", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", "Variants": [ "Upload", "UploadExpanded", @@ -157237,28 +157037,28 @@ "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 - }, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", "Method": "GET", "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/usage", "Variants": [ "Usage", "UsageViaIdentity" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/usage" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", "Method": "GET", "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "Variants": [ "Usage", "UsageViaIdentity" @@ -157282,15 +157082,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage" + ] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphReminder", "Method": "GET", "Command": "Invoke-MgViewUserReminder", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "Variants": [ "View1", "ViewViaIdentity1" @@ -157308,15 +157108,15 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphReminder1", "Method": "GET", "Command": "Invoke-MgViewUserReminder", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "Variants": [ "View", "ViewViaIdentity" @@ -157324,175 +157124,175 @@ "Permissions": [ { "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Join-MgDriveListContentTypeWithHubSite", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Join-MgDriveListContentTypeWithHubSite", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Join-MgGroupDriveListContentTypeWithHubSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Join-MgGroupDriveListContentTypeWithHubSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Join-MgGroupSiteContentTypeWithHubSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Join-MgGroupSiteContentTypeWithHubSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Join-MgGroupSiteListContentTypeWithHubSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Join-MgGroupSiteListContentTypeWithHubSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Join-MgShareListContentTypeWithHubSite", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Join-MgShareListContentTypeWithHubSite", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Join-MgSiteContentTypeWithHubSite", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate", "AssociateExpanded", @@ -157502,25 +157302,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Join-MgSiteContentTypeWithHubSite", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate1", "AssociateExpanded1", @@ -157540,93 +157340,93 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Join-MgSiteListContentTypeWithHubSite", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Join-MgSiteListContentTypeWithHubSite", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Join-MgUserDriveListContentTypeWithHubSite", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Join-MgUserDriveListContentTypeWithHubSite", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Lock-MgDeviceManagementComanagedDeviceRemote", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", "Variants": [ "Lock", "LockViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Lock-MgDeviceManagementManagedDeviceRemote", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", "Variants": [ "Lock", "LockViaIdentity" @@ -157636,102 +157436,102 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Lock-MgDeviceManagementManagedDeviceRemote", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", "Variants": [ "Lock1", "LockViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Lock-MgUserManagedDeviceRemote", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", "Variants": [ "Lock", "LockViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Lock-MgUserManagedDeviceRemote", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", "Variants": [ "Lock1", "LockViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Move-MgCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/transfer", "Variants": [ "Transfer1", "TransferExpanded1", "TransferViaIdentity1", "TransferViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/transfer" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Move-MgCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/transfer", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/transfer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Move-MgDeviceManagementComanagedDeviceToOu", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", "Variants": [ "Move", "MoveExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Move-MgDeviceManagementIntentToTemplate", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", "Variants": [ "Migrate", "MigrateExpanded", @@ -157743,28 +157543,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Move-MgDeviceManagementManagedDeviceToOu", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", "Variants": [ "Move", "MoveExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/moveDevicesToOU" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Move-MgEntitlementManagementAccessPackageToCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", "Variants": [ "Move", "MoveExpanded", @@ -157773,18 +157573,18 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", "Command": "Move-MgUserMailFolder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", "Variants": [ "Move", "MoveExpanded", @@ -157796,15 +157596,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", "Command": "Move-MgUserMailFolder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", "Variants": [ "Move1", "MoveExpanded1", @@ -157816,75 +157616,75 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", "Command": "Move-MgUserMailFolderChildFolder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", "Command": "Move-MgUserMailFolderChildFolder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "Move-MgUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "Move-MgUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "Move-MgUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", "Variants": [ "Move", "MoveExpanded", @@ -157896,15 +157696,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "Move-MgUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", "Variants": [ "Move1", "MoveExpanded1", @@ -157916,30 +157716,30 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Move-MgUserManagedDeviceToOu", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "Move-MgUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/move", "Variants": [ "Move", "MoveExpanded", @@ -157951,15 +157751,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/move" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "Move-MgUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/move", "Variants": [ "Move1", "MoveExpanded1", @@ -157971,15 +157771,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/move" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReview", "Method": "POST", "Command": "New-MgAccessReview", + "Module": "Identity.Governance", + "Uri": "/accessReviews", "Variants": [ "Create", "CreateExpanded" @@ -157987,115 +157787,115 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/accessReviews" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "POST", "Command": "New-MgAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReview", "Method": "POST", "Command": "New-MgAccessReviewInstance", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "POST", "Command": "New-MgAccessReviewInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "POST", "Command": "New-MgAccessReviewInstanceMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", "Command": "New-MgAccessReviewInstanceReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewDecision", "Method": "POST", "Command": "New-MgAccessReviewMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/myDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", "Command": "New-MgAccessReviewReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/reviewers", "Variants": [ "Create", "CreateExpanded", @@ -158115,48 +157915,48 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/accessReviews/{accessReview-id}/reviewers" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "POST", "Command": "New-MgAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/administrativeUnits" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "Variants": [ "Create", "CreateExpanded", @@ -158176,15 +157976,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", "Command": "New-MgAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Variants": [ "Create", "CreateExpanded", @@ -158193,134 +157993,134 @@ ], "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 - }, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "POST", "Command": "New-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/agreements" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "POST", "Command": "New-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/agreements" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "POST", "Command": "New-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "POST", "Command": "New-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "POST", "Command": "New-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "POST", "Command": "New-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "POST", "Command": "New-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "POST", "Command": "New-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp", "Method": "POST", "Command": "New-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps", "Variants": [ "Create", "CreateExpanded" @@ -158344,15 +158144,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/appCatalogs/teamsApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsApp1", "Method": "POST", "Command": "New-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps", "Variants": [ "Create1", "CreateExpanded1" @@ -158376,15 +158176,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/appCatalogs/teamsApps" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Method": "POST", "Command": "New-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Variants": [ "Create", "CreateExpanded", @@ -158394,31 +158194,31 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Method": "POST", "Command": "New-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Variants": [ "Create1", "CreateExpanded1", @@ -158428,31 +158228,31 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication", "Method": "POST", "Command": "New-MgApplication", + "Module": "Applications", + "Uri": "/applications", "Variants": [ "Create", "CreateExpanded" @@ -158462,33 +158262,33 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplication1", "Method": "POST", "Command": "New-MgApplication", + "Module": "Applications", + "Uri": "/applications", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/applications" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgApplicationAppManagementPolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "Variants": [ "Create", "CreateExpanded", @@ -158498,45 +158298,53 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/appManagementPolicies/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", "Command": "New-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "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 - }, - "Uri": "/applications/{application-id}/extensionProperties" + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphExtensionProperty", "Method": "POST", "Command": "New-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties", "Variants": [ "Create1", "CreateExpanded1", @@ -158548,15 +158356,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/extensionProperties" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "POST", "Command": "New-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Variants": [ "Create", "CreateExpanded", @@ -158568,15 +158376,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Method": "POST", "Command": "New-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Variants": [ "Create1", "CreateExpanded1", @@ -158585,18 +158393,18 @@ ], "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 - }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgApplicationOwnerByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/owners/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -158616,15 +158424,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/owners/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgApplicationOwnerByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/owners/$ref", "Variants": [ "Create", "CreateExpanded", @@ -158643,117 +158451,123 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/owners/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "POST", "Command": "New-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Method": "POST", "Command": "New-MgApplicationSynchronizationJobOnDemand", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "POST", "Command": "New-MgApplicationSynchronizationTemplate", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplicationTemplate", "Method": "POST", "Command": "New-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/applicationTemplates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphApplicationTemplate1", "Method": "POST", "Command": "New-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/applicationTemplates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -158779,15 +158593,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Variants": [ "Create", "CreateExpanded", @@ -158813,49 +158627,49 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", + "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref" - }, - { - "ApiVersion": "beta", - "Module": "Applications", - "OutputType": null, - "Method": "POST", - "Command": "New-MgApplicationTokenLifetimePolicyByRef", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "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 - }, - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read your organization's policies on your behalf.", - "IsAdmin": 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 - } - ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref" + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Policy.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "Variants": [ "Create", "CreateExpanded", @@ -158865,49 +158679,49 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingBusiness", "Method": "POST", "Command": "New-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/bookingBusinesses", "Variants": [ "Create", "CreateExpanded" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/bookingBusinesses" + } }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingBusiness1", "Method": "POST", "Command": "New-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses", "Variants": [ "Create1", "CreateExpanded1" @@ -158917,15 +158731,15 @@ "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 - }, - "Uri": "/solutions/bookingBusinesses" + } }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "POST", "Command": "New-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "Variants": [ "Create", "CreateExpanded", @@ -158951,15 +158765,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "POST", "Command": "New-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "Variants": [ "Create1", "CreateExpanded1", @@ -158969,61 +158783,61 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment1", "Method": "POST", "Command": "New-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingAppointment", "Method": "POST", "Command": "New-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomer", "Method": "POST", "Command": "New-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "Variants": [ "Create", "CreateExpanded", @@ -159049,49 +158863,30 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "New-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "POST", "Command": "New-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Variants": [ "Create", "CreateExpanded", @@ -159101,31 +158896,31 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Method": "POST", "Command": "New-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Variants": [ "Create1", "CreateExpanded1", @@ -159135,31 +158930,31 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingService1", "Method": "POST", "Command": "New-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "Variants": [ "Create1", "CreateExpanded1", @@ -159179,15 +158974,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingService", "Method": "POST", "Command": "New-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "Variants": [ "Create", "CreateExpanded", @@ -159207,15 +159002,15 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingStaffMember", "Method": "POST", "Command": "New-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Variants": [ "Create1", "CreateExpanded1", @@ -159225,25 +159020,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "New-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Variants": [ "Create", "CreateExpanded", @@ -159253,107 +159048,107 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "POST", "Command": "New-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/bookingCurrencies", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/bookingCurrencies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBookingCurrency", "Method": "POST", "Command": "New-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/solutions/bookingCurrencies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Method": "POST", "Command": "New-MgBusinessFlowTemplate", + "Module": "Identity.Governance", + "Uri": "/businessFlowTemplates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/businessFlowTemplates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBusinessScenario", "Method": "POST", "Command": "New-MgBusinessScenario", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Method": "POST", "Command": "New-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Method": "POST", "Command": "New-MgBusinessScenarioPlannerTask", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat", "Method": "POST", "Command": "New-MgChat", + "Module": "Teams", + "Uri": "/chats", "Variants": [ "Create", "CreateExpanded" @@ -159361,25 +159156,25 @@ "Permissions": [ { "Name": "Chat.Create", - "Description": "Create chats", - "FullDescription": "Allows the app to create chats on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/chats" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat1", "Method": "POST", "Command": "New-MgChat", + "Module": "Teams", + "Uri": "/chats", "Variants": [ "Create1", "CreateExpanded1" @@ -159397,15 +159192,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "POST", "Command": "New-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps", "Variants": [ "Create", "CreateExpanded", @@ -159415,25 +159210,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/installedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "POST", "Command": "New-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps", "Variants": [ "Create1", "CreateExpanded1", @@ -159453,15 +159248,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/installedApps" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members", "Variants": [ "Create", "CreateExpanded", @@ -159481,15 +159276,15 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members", "Variants": [ "Create1", "CreateExpanded1", @@ -159499,25 +159294,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "ChatMember.ReadWrite", - "Description": "Add and remove members from chats", - "FullDescription": "Add and remove members from chats, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/members" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgChatMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages", "Variants": [ "Create", "CreateExpanded", @@ -159549,15 +159344,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgChatMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages", "Variants": [ "Create1", "CreateExpanded1", @@ -159589,135 +159384,135 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/messages" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgChatMessageHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgChatMessageHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgChatMessageReply", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgChatMessageReply", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "POST", "Command": "New-MgChatOperation", + "Module": "Teams", + "Uri": "/chats/{chat-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", "Command": "New-MgChatPermissionGrant", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "POST", "Command": "New-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages", "Variants": [ "Create", "CreateExpanded", @@ -159737,15 +159532,15 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/pinnedMessages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "POST", "Command": "New-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages", "Variants": [ "Create1", "CreateExpanded1", @@ -159765,15 +159560,15 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/pinnedMessages" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", "Command": "New-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs", "Variants": [ "Create", "CreateExpanded", @@ -159805,15 +159600,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", "Command": "New-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs", "Variants": [ "Create1", "CreateExpanded1", @@ -159845,41 +159640,46 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCall1", "Method": "POST", "Command": "New-MgCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCall", "Method": "POST", "Command": "New-MgCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/communications/calls" + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAudioRoutingGroup1", "Method": "POST", "Command": "New-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Variants": [ "Create", "CreateExpanded", @@ -159891,15 +159691,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Method": "POST", "Command": "New-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Variants": [ "Create1", "CreateExpanded1", @@ -159911,191 +159711,191 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "New-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/contentSharingSessions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "New-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/contentSharingSessions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCommsOperation", "Method": "POST", "Command": "New-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCommsOperation", "Method": "POST", "Command": "New-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphParticipant1", "Method": "POST", "Command": "New-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphParticipant", "Method": "POST", "Command": "New-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "POST", "Command": "New-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/callRecords/{callRecord-id}/sessions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallRecordsSession", "Method": "POST", "Command": "New-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/callRecords/{callRecord-id}/sessions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "POST", "Command": "New-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings", "Variants": [ "Create2", "CreateExpanded2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "POST", "Command": "New-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Variants": [ "Create1", "Create2", @@ -160106,86 +159906,86 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallTranscript", "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence1", "Method": "POST", "Command": "New-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/communications/presences" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphPresence", "Method": "POST", "Command": "New-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/communications/presences" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCase", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCase", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases", "Variants": [ "Create", "CreateExpanded" @@ -160193,25 +159993,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseCustodian", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "Variants": [ "Create", "CreateExpanded", @@ -160231,15 +160031,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "Variants": [ "Create", "CreateExpanded", @@ -160259,30 +160059,30 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseCustodianUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "Variants": [ "Create", "CreateExpanded", @@ -160292,25 +160092,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseLegalHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "Variants": [ "Create", "CreateExpanded", @@ -160330,15 +160130,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "Variants": [ "Create", "CreateExpanded", @@ -160358,30 +160158,30 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "Variants": [ "Create", "CreateExpanded", @@ -160401,15 +160201,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "Variants": [ "Create", "CreateExpanded", @@ -160429,30 +160229,30 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseOperation", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseReviewSet", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "Variants": [ "Create", "CreateExpanded", @@ -160462,25 +160262,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseReviewSetQuery", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "Variants": [ "Create", "CreateExpanded", @@ -160500,15 +160300,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseSourceCollection", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "Variants": [ "Create", "CreateExpanded", @@ -160518,25 +160318,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "Variants": [ "Create", "CreateExpanded", @@ -160556,15 +160356,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": "IMicrosoftGraphEdiscoveryTag", "Method": "POST", "Command": "New-MgComplianceEdiscoveryCaseTag", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "Variants": [ "Create", "CreateExpanded", @@ -160584,129 +160384,129 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrgContact1", "Method": "POST", "Command": "New-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/contacts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrgContact", "Method": "POST", "Command": "New-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/contacts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphContract", "Method": "POST", "Command": "New-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/contracts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphContract", "Method": "POST", "Command": "New-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/contracts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "POST", "Command": "New-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/dataPolicyOperations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataPolicyOperation", "Method": "POST", "Command": "New-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/dataPolicyOperations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDevice1", "Method": "POST", "Command": "New-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/devices" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDevice", "Method": "POST", "Command": "New-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/devices" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Method": "POST", "Command": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections", "Variants": [ "Create", "CreateExpanded" @@ -160716,33 +160516,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Method": "POST", "Command": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections", "Variants": [ "Create1", "CreateExpanded1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Variants": [ "Create1", "CreateExpanded1", @@ -160751,18 +160551,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Variants": [ "Create", "CreateExpanded", @@ -160774,71 +160574,95 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Method": "POST", "Command": "New-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Method": "POST", "Command": "New-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Variants": [ "Create1", "CreateExpanded1", @@ -160847,18 +160671,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Method": "POST", "Command": "New-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "Variants": [ "Create", "CreateExpanded" @@ -160868,28 +160692,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -160901,15 +160725,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "Variants": [ "Create", "CreateExpanded", @@ -160918,18 +160742,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "Variants": [ "Create", "CreateExpanded", @@ -160941,15 +160765,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "Variants": [ "Create", "CreateExpanded", @@ -160958,36 +160782,31 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections", "Variants": [ "Create", "CreateExpanded" @@ -160997,15 +160816,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Variants": [ "Create1", "CreateExpanded1", @@ -161017,157 +160836,173 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations", "Variants": [ "Create1", "CreateExpanded1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppRegistration", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Variants": [ "Create", "CreateExpanded", @@ -161179,61 +161014,69 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppOperation", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppStatuses" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedAppStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppStatuses" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBook1", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks", "Variants": [ "Create", "CreateExpanded" @@ -161243,15 +161086,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBook", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks", "Variants": [ "Create1", "CreateExpanded1" @@ -161261,15 +161104,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -161281,15 +161124,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", @@ -161301,33 +161144,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedEBookCategory", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBookCategories", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBookCategories" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Variants": [ "Create", "CreateExpanded", @@ -161336,18 +161179,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Variants": [ "Create1", "CreateExpanded1", @@ -161356,18 +161199,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Variants": [ "Create", "CreateExpanded", @@ -161376,18 +161219,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Variants": [ "Create1", "CreateExpanded1", @@ -161399,15 +161242,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Variants": [ "Create", "CreateExpanded", @@ -161419,15 +161262,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceInstallState", "Method": "POST", "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Variants": [ "Create1", "CreateExpanded1", @@ -161439,33 +161282,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Method": "POST", "Command": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Method": "POST", "Command": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Variants": [ "Create1", "CreateExpanded1" @@ -161475,15 +161313,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp1", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps", "Variants": [ "Create", "CreateExpanded" @@ -161493,15 +161331,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps", "Variants": [ "Create1", "CreateExpanded1" @@ -161511,15 +161349,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -161531,15 +161369,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppAssignment", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", @@ -161551,15 +161389,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories", "Variants": [ "Create", "CreateExpanded" @@ -161569,15 +161407,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppCategories" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppCategory", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories", "Variants": [ "Create1", "CreateExpanded1" @@ -161587,15 +161425,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppCategories" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations", "Variants": [ "Create", "CreateExpanded" @@ -161605,15 +161443,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations", "Variants": [ "Create1", "CreateExpanded1" @@ -161623,15 +161461,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -161643,15 +161481,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", @@ -161660,18 +161498,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Variants": [ "Create", "CreateExpanded", @@ -161683,15 +161521,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Variants": [ "Create1", "CreateExpanded1", @@ -161703,15 +161541,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Variants": [ "Create", "CreateExpanded", @@ -161723,15 +161561,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Variants": [ "Create1", "CreateExpanded1", @@ -161743,15 +161581,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses", "Variants": [ "Create", "CreateExpanded", @@ -161763,15 +161601,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppRelationship", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppRelationship", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", "Variants": [ "Create", "CreateExpanded", @@ -161780,18 +161618,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses", "Variants": [ "Create", "CreateExpanded", @@ -161803,15 +161641,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", "Variants": [ "Create", "CreateExpanded", @@ -161820,36 +161658,36 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySet", "Method": "POST", "Command": "New-MgDeviceAppMgtPolicySet", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySetAssignment", "Method": "POST", "Command": "New-MgDeviceAppMgtPolicySetAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -161861,15 +161699,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphPolicySetItem", "Method": "POST", "Command": "New-MgDeviceAppMgtPolicySetItem", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", "Variants": [ "Create", "CreateExpanded", @@ -161878,18 +161716,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSideLoadingKey", "Method": "POST", "Command": "New-MgDeviceAppMgtSideLoadingKey", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/sideLoadingKeys", "Variants": [ "Create", "CreateExpanded" @@ -161907,15 +161745,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/sideLoadingKeys" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Method": "POST", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Variants": [ "Create", "CreateExpanded" @@ -161925,15 +161763,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Method": "POST", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Variants": [ "Create1", "CreateExpanded1" @@ -161943,15 +161781,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Variants": [ "Create", "CreateExpanded", @@ -161963,65 +161801,73 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "POST", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Method": "POST", "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Method": "POST", "Command": "New-MgDeviceAppMgtTask", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "Variants": [ "Create", "CreateExpanded" @@ -162029,25 +161875,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppToken2", "Method": "POST", "Command": "New-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens", "Variants": [ "Create", "CreateExpanded" @@ -162065,15 +161911,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/vppTokens" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppToken", "Method": "POST", "Command": "New-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens", "Variants": [ "Create1", "CreateExpanded1" @@ -162081,25 +161927,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/vppTokens" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Method": "POST", "Command": "New-MgDeviceAppMgtWdacSupplementalPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "Variants": [ "Create", "CreateExpanded" @@ -162109,15 +161955,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Method": "POST", "Command": "New-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -162126,18 +161972,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Method": "POST", "Command": "New-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "Variants": [ "Create", "CreateExpanded", @@ -162149,15 +161995,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Method": "POST", "Command": "New-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "Variants": [ "Create", "CreateExpanded" @@ -162165,61 +162011,77 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", "Method": "POST", "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Method": "POST", "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Method": "POST", "Command": "New-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "Variants": [ "Create", "CreateExpanded" @@ -162227,25 +162089,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Method": "POST", "Command": "New-MgDeviceAppMgtWindowManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections", "Variants": [ "Create", "CreateExpanded" @@ -162253,25 +162115,25 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedMobileApp", "Method": "POST", "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "Variants": [ "Create", "CreateExpanded", @@ -162291,93 +162153,93 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Method": "POST", "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphCommand", "Method": "POST", "Command": "New-MgDeviceCommand", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/devices/{device-id}/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Method": "POST", "Command": "New-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Method": "POST", "Command": "New-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", "Variants": [ "Create", "CreateExpanded" @@ -162387,15 +162249,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", "Variants": [ "Create", "CreateExpanded", @@ -162407,33 +162269,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Method": "POST", "Command": "New-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Method": "POST", "Command": "New-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", "Variants": [ "Create", "CreateExpanded" @@ -162443,15 +162305,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementAndroidForWorkEnrollmentProfileToken", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", "Variants": [ "Create", "CreateExpanded", @@ -162460,18 +162322,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", "Variants": [ "Create", "CreateExpanded" @@ -162481,15 +162343,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Method": "POST", "Command": "New-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", "Variants": [ "Create", "CreateExpanded" @@ -162499,15 +162361,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", "Variants": [ "Generate" ], @@ -162524,15 +162386,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Method": "POST", "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "Variants": [ "Create", "CreateExpanded" @@ -162542,15 +162404,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Method": "POST", "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -162562,33 +162424,33 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Method": "POST", "Command": "New-MgDeviceManagementAssignmentFilter", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/assignmentFilters", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/assignmentFilters" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphAuditEvent", "Method": "POST", "Command": "New-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents", "Variants": [ "Create1", "CreateExpanded1" @@ -162598,15 +162460,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/auditEvents" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphAuditEvent1", "Method": "POST", "Command": "New-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents", "Variants": [ "Create", "CreateExpanded" @@ -162616,33 +162478,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/auditEvents" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Method": "POST", "Command": "New-MgDeviceManagementAutopilotEvent", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/deviceManagement/autopilotEvents" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Method": "POST", "Command": "New-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "Variants": [ "Create", "CreateExpanded", @@ -162654,33 +162516,33 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCartToClassAssociation", "Method": "POST", "Command": "New-MgDeviceManagementCartToClassAssociation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/cartToClassAssociations", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/cartToClassAssociations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Method": "POST", "Command": "New-MgDeviceManagementCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories", "Variants": [ "Create", "CreateExpanded" @@ -162690,15 +162552,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/categories" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "POST", "Command": "New-MgDeviceManagementCategorySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", "Variants": [ "Create", "CreateExpanded", @@ -162707,18 +162569,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "POST", "Command": "New-MgDeviceManagementComanagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices", "Variants": [ "Create", "CreateExpanded" @@ -162736,148 +162598,148 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceRemoteHelpSession", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/createRemoteHelpSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/createRemoteHelpSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "POST", "Command": "New-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", "Method": "POST", "Command": "New-MgDeviceManagementComanagementEligibleDevice", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/comanagementEligibleDevices", "Variants": [ "Create", "CreateExpanded" @@ -162885,25 +162747,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/comanagementEligibleDevices" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Method": "POST", "Command": "New-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners", "Variants": [ "Create", "CreateExpanded" @@ -162921,15 +162783,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphComplianceManagementPartner1", "Method": "POST", "Command": "New-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners", "Variants": [ "Create1", "CreateExpanded1" @@ -162947,15 +162809,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Method": "POST", "Command": "New-MgDeviceManagementCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies", "Variants": [ "Create", "CreateExpanded" @@ -162965,15 +162827,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "POST", "Command": "New-MgDeviceManagementCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -162985,15 +162847,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Method": "POST", "Command": "New-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", "Variants": [ "Create", "CreateExpanded", @@ -163002,18 +162864,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Method": "POST", "Command": "New-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Variants": [ "Create", "CreateExpanded", @@ -163025,15 +162887,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "POST", "Command": "New-MgDeviceManagementCompliancePolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", "Variants": [ "Create", "CreateExpanded", @@ -163045,33 +162907,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "POST", "Command": "New-MgDeviceManagementComplianceSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/complianceSettings", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/complianceSettings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Method": "POST", "Command": "New-MgDeviceManagementConfigurationPolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies", "Variants": [ "Create", "CreateExpanded" @@ -163081,15 +162943,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "POST", "Command": "New-MgDeviceManagementConfigurationPolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -163101,15 +162963,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Method": "POST", "Command": "New-MgDeviceManagementConfigurationPolicyCopy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", "Variants": [ "Create", "CreateExpanded", @@ -163118,18 +162980,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Method": "POST", "Command": "New-MgDeviceManagementConfigurationPolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", "Variants": [ "Create", "CreateExpanded", @@ -163138,18 +163000,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Method": "POST", "Command": "New-MgDeviceManagementConfigurationPolicyTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates", "Variants": [ "Create", "CreateExpanded" @@ -163159,15 +163021,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "POST", "Command": "New-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", "Variants": [ "Create", "CreateExpanded", @@ -163179,15 +163041,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Method": "POST", "Command": "New-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", "Variants": [ "Create", "CreateExpanded", @@ -163199,15 +163061,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "POST", "Command": "New-MgDeviceManagementConfigurationSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationSettings", "Variants": [ "Create", "CreateExpanded" @@ -163217,15 +163079,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationSettings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDataSharingConsent", "Method": "POST", "Command": "New-MgDeviceManagementDataSharingConsent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents", "Variants": [ "Create", "CreateExpanded" @@ -163243,33 +163105,33 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/dataSharingConsents" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Method": "POST", "Command": "New-MgDeviceManagementDepOnboardingSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", "Variants": [ "Generate", "GenerateViaIdentity" @@ -163287,15 +163149,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentProfile", "Method": "POST", "Command": "New-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "Variants": [ "Create", "CreateExpanded", @@ -163307,15 +163169,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Method": "POST", "Command": "New-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "Variants": [ "Create", "CreateExpanded", @@ -163324,31 +163186,31 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Method": "POST", "Command": "New-MgDeviceManagementDerivedCredentials", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/derivedCredentials", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/derivedCredentials" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp1", "Method": "POST", "Command": "New-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps", "Variants": [ "Create", "CreateExpanded" @@ -163358,37 +163220,19 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/detectedApps" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDetectedApp", "Method": "POST", "Command": "New-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps", "Variants": [ "Create1", "CreateExpanded1" ], - "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 - }, - "Uri": "/deviceManagement/detectedApps" - }, - { - "ApiVersion": "beta", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphDeviceCategory1", - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCategory", - "Variants": [ - "Create", - "CreateExpanded" - ], "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -163402,18 +163246,18 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCategories" + ] }, { - "ApiVersion": "v1.0", - "Module": "DeviceManagement", - "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories", "Variants": [ - "Create1", - "CreateExpanded1" + "Create", + "CreateExpanded" ], "Permissions": [ { @@ -163428,15 +163272,28 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories", + "Variants": [ + "Create1", + "CreateExpanded1" ], - "Uri": "/deviceManagement/deviceCategories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies", "Variants": [ "Create", "CreateExpanded" @@ -163446,15 +163303,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies", "Variants": [ "Create1", "CreateExpanded1" @@ -163464,15 +163321,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -163484,15 +163341,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", @@ -163501,18 +163358,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Variants": [ "Create", "CreateExpanded", @@ -163524,15 +163381,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Variants": [ "Create1", "CreateExpanded1", @@ -163544,15 +163401,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Variants": [ "Create", "CreateExpanded", @@ -163561,18 +163418,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Variants": [ "Create1", "CreateExpanded1", @@ -163581,18 +163438,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Variants": [ "Create", "CreateExpanded", @@ -163601,18 +163458,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Variants": [ "Create1", "CreateExpanded1", @@ -163624,15 +163481,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Variants": [ "Create", "CreateExpanded", @@ -163644,15 +163501,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Variants": [ "Create1", "CreateExpanded1", @@ -163664,33 +163521,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Variants": [ "Create1", "CreateExpanded1" @@ -163700,15 +163557,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Variants": [ "Create", "CreateExpanded", @@ -163720,15 +163577,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Variants": [ "Create1", "CreateExpanded1", @@ -163740,15 +163597,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Variants": [ "Create", "CreateExpanded", @@ -163760,15 +163617,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Variants": [ "Create1", "CreateExpanded1", @@ -163780,51 +163637,51 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfiguration", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations", "Variants": [ "Create1", "CreateExpanded1" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -163836,15 +163693,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", @@ -163856,15 +163713,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationConflictSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", "Variants": [ "Create", "CreateExpanded" @@ -163874,15 +163731,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Variants": [ "Create", "CreateExpanded", @@ -163891,18 +163748,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Variants": [ "Create1", "CreateExpanded1", @@ -163911,18 +163768,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Variants": [ "Create", "CreateExpanded", @@ -163931,18 +163788,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Variants": [ "Create1", "CreateExpanded1", @@ -163951,18 +163808,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", "Variants": [ "Create", "CreateExpanded", @@ -163974,15 +163831,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", "Variants": [ "Create", "CreateExpanded" @@ -163992,33 +163849,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Variants": [ "Create", "CreateExpanded", @@ -164030,15 +163887,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Variants": [ "Create1", "CreateExpanded1", @@ -164050,15 +163907,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Variants": [ "Create1", "CreateExpanded1" @@ -164076,15 +163933,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Variants": [ "Create", "CreateExpanded" @@ -164102,15 +163959,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", @@ -164120,25 +163977,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -164158,28 +164015,28 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScript", "Method": "POST", "Command": "New-MgDeviceManagementDeviceHealthScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts", "Variants": [ "Create", "CreateExpanded" @@ -164187,25 +164044,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceHealthScripts" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Method": "POST", "Command": "New-MgDeviceManagementDeviceHealthScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -164225,15 +164082,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Method": "POST", "Command": "New-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "Variants": [ "Create", "CreateExpanded", @@ -164253,15 +164110,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceShellScript", "Method": "POST", "Command": "New-MgDeviceManagementDeviceShellScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts", "Variants": [ "Create", "CreateExpanded" @@ -164279,15 +164136,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "POST", "Command": "New-MgDeviceManagementDeviceShellScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -164307,15 +164164,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "POST", "Command": "New-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "Variants": [ "Create", "CreateExpanded", @@ -164335,15 +164192,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "POST", "Command": "New-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "Variants": [ "Create", "CreateExpanded", @@ -164363,15 +164220,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "POST", "Command": "New-MgDeviceManagementDeviceShellScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "Variants": [ "Create", "CreateExpanded", @@ -164391,30 +164248,30 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "POST", "Command": "New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Method": "POST", "Command": "New-MgDeviceManagementDomainJoinConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/domainJoinConnectors", "Variants": [ "Create", "CreateExpanded" @@ -164424,33 +164281,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/domainJoinConnectors" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Method": "POST", "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePool", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Method": "POST", "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -164459,18 +164316,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Method": "POST", "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", "Variants": [ "Create", "CreateExpanded", @@ -164479,18 +164336,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "POST", "Command": "New-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors", "Variants": [ "Create1", "CreateExpanded1" @@ -164508,15 +164365,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Method": "POST", "Command": "New-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors", "Variants": [ "Create", "CreateExpanded" @@ -164524,38 +164381,38 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/exchangeConnectors" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Method": "POST", "Command": "New-MgDeviceManagementExchangeOnPremisPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories", "Variants": [ "Create", "CreateExpanded" @@ -164565,15 +164422,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyCategories" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations", "Variants": [ "Create", "CreateExpanded" @@ -164583,15 +164440,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -164603,15 +164460,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", "Variants": [ "Create", "CreateExpanded", @@ -164623,15 +164480,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", "Variants": [ "Create", "CreateExpanded", @@ -164643,134 +164500,134 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyDefinitions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyMigrationReport", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", "Variants": [ "Create", "CreateExpanded", @@ -164782,15 +164639,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", "Variants": [ "Create", "CreateExpanded", @@ -164802,15 +164659,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyObjectFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyObjectFiles", "Variants": [ "Create", "CreateExpanded" @@ -164820,48 +164677,48 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyObjectFiles" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Method": "POST", "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Method": "POST", "Command": "New-MgDeviceManagementImportedDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedDeviceIdentities", "Variants": [ "Create", "CreateExpanded" @@ -164871,33 +164728,33 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/importedDeviceIdentities" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "POST", "Command": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Variants": [ "Create1", "CreateExpanded1" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Method": "POST", "Command": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Variants": [ "Create", "CreateExpanded" @@ -164907,15 +164764,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "POST", "Command": "New-MgDeviceManagementIntent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents", "Variants": [ "Create", "CreateExpanded" @@ -164925,15 +164782,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Method": "POST", "Command": "New-MgDeviceManagementIntentAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -164942,18 +164799,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Method": "POST", "Command": "New-MgDeviceManagementIntentCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", "Variants": [ "Create", "CreateExpanded", @@ -164965,15 +164822,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "POST", "Command": "New-MgDeviceManagementIntentCategorySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", "Variants": [ "Create", "CreateExpanded", @@ -164985,15 +164842,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "POST", "Command": "New-MgDeviceManagementIntentCopy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", "Variants": [ "Create", "CreateExpanded", @@ -165005,15 +164862,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Method": "POST", "Command": "New-MgDeviceManagementIntentDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", "Variants": [ "Create", "CreateExpanded", @@ -165022,18 +164879,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Method": "POST", "Command": "New-MgDeviceManagementIntentDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", "Variants": [ "Create", "CreateExpanded", @@ -165042,18 +164899,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "POST", "Command": "New-MgDeviceManagementIntentSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", "Variants": [ "Create", "CreateExpanded", @@ -165065,15 +164922,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Method": "POST", "Command": "New-MgDeviceManagementIntentUserState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", "Variants": [ "Create", "CreateExpanded", @@ -165085,33 +164942,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Method": "POST", "Command": "New-MgDeviceManagementIntuneBrandingProfile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intuneBrandingProfiles" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Method": "POST", "Command": "New-MgDeviceManagementIntuneBrandingProfileAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -165123,33 +164980,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Method": "POST", "Command": "New-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/iosUpdateStatuses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", "Method": "POST", "Command": "New-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses", "Variants": [ "Create1", "CreateExpanded1" @@ -165159,33 +165016,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/iosUpdateStatuses" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Method": "POST", "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Method": "POST", "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", "Variants": [ "Create", "CreateExpanded", @@ -165197,15 +165054,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Method": "POST", "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", "Variants": [ "Create", "CreateExpanded", @@ -165214,129 +165071,137 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "POST", "Command": "New-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices", "Variants": [ "Create", "CreateExpanded" ], - "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 - }, - "Uri": "/deviceManagement/managedDevices" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "POST", "Command": "New-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/deviceManagement/managedDevices" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceEncryptionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates", "Variants": [ "Create", "CreateExpanded" @@ -165346,15 +165211,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDeviceEncryptionStates" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", @@ -165374,103 +165239,103 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceRemoteHelpSession", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createRemoteHelpSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createRemoteHelpSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "Variants": [ "Update", "UpdateViaIdentity" @@ -165480,33 +165345,33 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "Variants": [ "Update1", "UpdateViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Method": "POST", "Command": "New-MgDeviceManagementMicrosoftTunnelConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelConfigurations", "Variants": [ "Create", "CreateExpanded" @@ -165516,51 +165381,51 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelConfigurations" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Method": "POST", "Command": "New-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Method": "POST", "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", "Variants": [ "Create", "CreateViaIdentity", @@ -165580,15 +165445,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Method": "POST", "Command": "New-MgDeviceManagementMicrosoftTunnelSite", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites", "Variants": [ "Create", "CreateExpanded" @@ -165598,15 +165463,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Method": "POST", "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", "Variants": [ "Create", "CreateExpanded", @@ -165615,18 +165480,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Method": "POST", "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", @@ -165635,31 +165500,31 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "POST", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Method": "POST", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Variants": [ "Create", "CreateExpanded", @@ -165679,15 +165544,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Method": "POST", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" @@ -165717,15 +165582,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Method": "POST", "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Variants": [ "Create", "CreateExpanded" @@ -165743,15 +165608,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", "Method": "POST", "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Variants": [ "Create1", "CreateExpanded1" @@ -165769,15 +165634,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphNdesConnector", "Method": "POST", "Command": "New-MgDeviceManagementNdeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/ndesConnectors", "Variants": [ "Create", "CreateExpanded" @@ -165787,15 +165652,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/ndesConnectors" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphNotificationMessageTemplate1", "Method": "POST", "Command": "New-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates", "Variants": [ "Create1", "CreateExpanded1" @@ -165805,15 +165670,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Method": "POST", "Command": "New-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates", "Variants": [ "Create", "CreateExpanded" @@ -165823,15 +165688,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "POST", "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Variants": [ "Create1", "CreateExpanded1", @@ -165843,15 +165708,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Method": "POST", "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Variants": [ "Create", "CreateExpanded", @@ -165863,15 +165728,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Method": "POST", "Command": "New-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners", "Variants": [ "Create", "CreateExpanded" @@ -165879,25 +165744,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceManagementPartners" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceManagementPartner1", "Method": "POST", "Command": "New-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners", "Variants": [ "Create1", "CreateExpanded1" @@ -165915,15 +165780,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphRemoteActionAudit", "Method": "POST", "Command": "New-MgDeviceManagementRemoteActionAudit", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/remoteActionAudits", "Variants": [ "Create", "CreateExpanded" @@ -165931,43 +165796,43 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/remoteActionAudits" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Method": "POST", "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", "Method": "POST", "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners", "Variants": [ "Create1", "CreateExpanded1" @@ -165977,33 +165842,33 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Method": "POST", "Command": "New-MgDeviceManagementResourceAccessProfile", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/resourceAccessProfiles" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Method": "POST", "Command": "New-MgDeviceManagementResourceAccessProfileAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -166015,15 +165880,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphResourceOperation", "Method": "POST", "Command": "New-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations", "Variants": [ "Create", "CreateExpanded" @@ -166033,33 +165898,33 @@ "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 - }, - "Uri": "/deviceManagement/resourceOperations" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphResourceOperation1", "Method": "POST", "Command": "New-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/deviceManagement/resourceOperations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Method": "POST", "Command": "New-MgDeviceManagementReusableSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/reusableSettings", "Variants": [ "Create", "CreateExpanded" @@ -166069,33 +165934,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/reusableSettings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Method": "POST", "Command": "New-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/deviceManagement/roleAssignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", "Method": "POST", "Command": "New-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments", "Variants": [ "Create1", "CreateExpanded1" @@ -166105,51 +165970,51 @@ "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 - }, - "Uri": "/deviceManagement/roleAssignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleDefinition1", "Method": "POST", "Command": "New-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/deviceManagement/roleDefinitions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleDefinition", "Method": "POST", "Command": "New-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/deviceManagement/roleDefinitions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleAssignment", "Method": "POST", "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Variants": [ "Create", "CreateExpanded", @@ -166161,35 +166026,43 @@ "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleAssignment1", "Method": "POST", "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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 + } + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleScopeTag", "Method": "POST", "Command": "New-MgDeviceManagementRoleScopeTag", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags", "Variants": [ "Create", "CreateExpanded" @@ -166197,53 +166070,53 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/roleScopeTags" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Method": "POST", "Command": "New-MgDeviceManagementRoleScopeTagAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScript", "Method": "POST", "Command": "New-MgDeviceManagementScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Method": "POST", "Command": "New-MgDeviceManagementScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -166253,25 +166126,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "POST", "Command": "New-MgDeviceManagementScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "Variants": [ "Create", "CreateExpanded", @@ -166291,15 +166164,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Method": "POST", "Command": "New-MgDeviceManagementScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "Variants": [ "Create", "CreateExpanded", @@ -166319,15 +166192,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Method": "POST", "Command": "New-MgDeviceManagementScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "Variants": [ "Create", "CreateExpanded", @@ -166347,15 +166220,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Method": "POST", "Command": "New-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Variants": [ "Create", "CreateExpanded", @@ -166365,61 +166238,61 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Method": "POST", "Command": "New-MgDeviceManagementSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/settingDefinitions", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/settingDefinitions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "POST", "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/telecomExpenseManagementPartners" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Method": "POST", "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Variants": [ "Create1", "CreateExpanded1" @@ -166429,33 +166302,33 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/telecomExpenseManagementPartners" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "POST", "Command": "New-MgDeviceManagementTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/templates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "POST", "Command": "New-MgDeviceManagementTemplateCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", "Variants": [ "Create", "CreateExpanded", @@ -166467,15 +166340,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "POST", "Command": "New-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Variants": [ "Create", "CreateExpanded", @@ -166487,15 +166360,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "POST", "Command": "New-MgDeviceManagementTemplateInstance", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", "Variants": [ "Create", "CreateExpanded", @@ -166507,15 +166380,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Method": "POST", "Command": "New-MgDeviceManagementTemplateMigratableTo", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", "Variants": [ "Create", "CreateExpanded", @@ -166527,45 +166400,45 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Method": "POST", "Command": "New-MgDeviceManagementTemplateMigratableToCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "POST", "Command": "New-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Method": "POST", "Command": "New-MgDeviceManagementTemplateMigratableToInstance", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", "Variants": [ "Create", "CreateExpanded", @@ -166574,33 +166447,33 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "POST", "Command": "New-MgDeviceManagementTemplateMigratableToSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Method": "POST", "Command": "New-MgDeviceManagementTemplateSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "Variants": [ "Create", "CreateExpanded", @@ -166612,15 +166485,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions", "Method": "POST", "Command": "New-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions", "Variants": [ "Create", "CreateExpanded" @@ -166630,15 +166503,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditions1", "Method": "POST", "Command": "New-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions", "Variants": [ "Create1", "CreateExpanded1" @@ -166648,15 +166521,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Method": "POST", "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Variants": [ "Create", "CreateExpanded", @@ -166668,15 +166541,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Method": "POST", "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Variants": [ "Create1", "CreateExpanded1", @@ -166688,15 +166561,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Method": "POST", "Command": "New-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -166705,18 +166578,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Method": "POST", "Command": "New-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", @@ -166728,15 +166601,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Method": "POST", "Command": "New-MgDeviceManagementTermAndConditionGroupAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "Variants": [ "Create", "CreateExpanded", @@ -166748,51 +166621,51 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "POST", "Command": "New-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/deviceManagement/troubleshootingEvents" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "POST", "Command": "New-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/deviceManagement/troubleshootingEvents" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomaly", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "Variants": [ "Create", "CreateExpanded" @@ -166810,15 +166683,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "Variants": [ "Create", "CreateExpanded" @@ -166836,15 +166709,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "Variants": [ "Create", "CreateExpanded" @@ -166852,25 +166725,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Create", "CreateExpanded" @@ -166878,25 +166751,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "Variants": [ "Create", "CreateExpanded" @@ -166914,15 +166787,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" @@ -166940,15 +166813,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "Variants": [ "Create", "CreateExpanded" @@ -166956,25 +166829,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" @@ -166992,15 +166865,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" @@ -167018,15 +166891,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Create", "CreateExpanded" @@ -167034,25 +166907,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" @@ -167060,38 +166933,38 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "Variants": [ "Create", "CreateExpanded" @@ -167109,15 +166982,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "Variants": [ "Create", "CreateExpanded" @@ -167125,25 +166998,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "Create", "CreateExpanded" @@ -167161,15 +167034,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" @@ -167177,25 +167050,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Variants": [ "Create", "CreateExpanded" @@ -167213,15 +167086,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "Variants": [ "Create", "CreateExpanded" @@ -167239,15 +167112,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", "Variants": [ "Create", "CreateExpanded" @@ -167265,43 +167138,43 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "Variants": [ "Create", "CreateExpanded" @@ -167319,15 +167192,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "Variants": [ "Create", "CreateExpanded" @@ -167345,15 +167218,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "Variants": [ "Create", "CreateExpanded" @@ -167361,25 +167234,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "Variants": [ "Create", "CreateExpanded" @@ -167397,15 +167270,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" @@ -167423,15 +167296,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "Variants": [ "Create", "CreateExpanded" @@ -167439,25 +167312,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" @@ -167475,15 +167348,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "Variants": [ "Create", "CreateExpanded" @@ -167501,15 +167374,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", "Variants": [ "Create", "CreateExpanded" @@ -167517,25 +167390,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "Variants": [ "Create", "CreateExpanded" @@ -167553,15 +167426,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "Variants": [ "Create", "CreateExpanded" @@ -167569,25 +167442,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "Variants": [ "Create", "CreateExpanded" @@ -167595,25 +167468,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "Variants": [ "Create", "CreateExpanded" @@ -167631,15 +167504,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "Variants": [ "Create", "CreateExpanded" @@ -167647,25 +167520,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "Variants": [ "Create", "CreateExpanded" @@ -167683,15 +167556,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "Variants": [ "Create", "CreateExpanded" @@ -167699,25 +167572,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "Variants": [ "Create", "CreateExpanded", @@ -167737,15 +167610,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Create", "CreateExpanded" @@ -167753,43 +167626,43 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphUserPfxCertificate", "Method": "POST", "Command": "New-MgDeviceManagementUserPfxCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/userPfxCertificates", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/userPfxCertificates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "Variants": [ "Create", "CreateExpanded" @@ -167799,15 +167672,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", "Variants": [ "Create", "CreateExpanded" @@ -167817,28 +167690,28 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "Variants": [ "Create", "CreateExpanded" @@ -167848,15 +167721,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "Variants": [ "Create", "CreateExpanded" @@ -167866,30 +167739,30 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcExportJob", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointReportExportJob", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", "Variants": [ "Create", "CreateExpanded" @@ -167899,54 +167772,54 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointServicePlan", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointSnapshot", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/snapshots", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/snapshots" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointSupportedRegion", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings", "Variants": [ "Create", "CreateExpanded" @@ -167956,30 +167829,30 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/userSettings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Method": "POST", "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "Variants": [ "Create", "CreateExpanded" @@ -167989,45 +167862,45 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "POST", "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Method": "POST", "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Method": "POST", "Command": "New-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Variants": [ "Create1", "CreateExpanded1" @@ -168037,15 +167910,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Method": "POST", "Command": "New-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Variants": [ "Create", "CreateExpanded" @@ -168055,15 +167928,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Method": "POST", "Command": "New-MgDeviceManagementWindowFeatureUpdateProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "Variants": [ "Create", "CreateExpanded" @@ -168073,15 +167946,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Method": "POST", "Command": "New-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -168093,15 +167966,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "POST", "Command": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Variants": [ "Create1", "CreateExpanded1" @@ -168111,15 +167984,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Method": "POST", "Command": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Variants": [ "Create", "CreateExpanded" @@ -168129,15 +168002,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "POST", "Command": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Variants": [ "Create1", "CreateExpanded1" @@ -168147,15 +168020,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Method": "POST", "Command": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Variants": [ "Create", "CreateExpanded" @@ -168165,15 +168038,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Method": "POST", "Command": "New-MgDeviceManagementWindowMalwareInformation", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation", "Variants": [ "Create", "CreateExpanded" @@ -168191,15 +168064,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsMalwareInformation" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Method": "POST", "Command": "New-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "Variants": [ "Create", "CreateExpanded", @@ -168219,15 +168092,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceRegisteredOwnerByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -168239,15 +168112,15 @@ "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 - }, - "Uri": "/devices/{device-id}/registeredOwners/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDeviceRegisteredOwnerByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "Variants": [ "Create", "CreateExpanded", @@ -168256,33 +168129,33 @@ ], "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 - }, - "Uri": "/devices/{device-id}/registeredOwners/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphUsageRight", "Method": "POST", "Command": "New-MgDeviceUsageRights", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/usageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/devices/{device-id}/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits", "Variants": [ "Create", "CreateExpanded" @@ -168292,63 +168165,63 @@ "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 - }, - "Uri": "/directory/administrativeUnits" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAdministrativeUnit", "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/directory/administrativeUnits" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Variants": [ "Create", "CreateExpanded", @@ -168380,95 +168253,60 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref" - }, - { - "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", - "OutputType": null, - "Method": "POST", - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "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 - }, - { - "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 - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true - } - ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAttributeSet", "Method": "POST", "Command": "New-MgDirectoryAttributeSet", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/attributeSets", "Variants": [ "Create", "CreateExpanded" @@ -168478,15 +168316,15 @@ "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 - }, - "Uri": "/directory/attributeSets" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Method": "POST", "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions", "Variants": [ "Create", "CreateExpanded" @@ -168496,15 +168334,15 @@ "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 - }, - "Uri": "/directory/customSecurityAttributeDefinitions" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphAllowedValue", "Method": "POST", "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "Variants": [ "Create", "CreateExpanded", @@ -168516,267 +168354,267 @@ "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 - }, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "New-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "New-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/directory/deletedItems" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "POST", "Command": "New-MgDirectoryFeatureRolloutPolicy", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "New-MgDirectoryFeatureRolloutPolicyApplyTo", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "POST", "Command": "New-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "POST", "Command": "New-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "New-MgDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/impactedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Method": "POST", "Command": "New-MgDirectoryInboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/inboundSharedUserProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "New-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directoryObjects" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "New-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/directoryObjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Method": "POST", "Command": "New-MgDirectoryOnPremisSynchronization", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/onPremisesSynchronization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Method": "POST", "Command": "New-MgDirectoryOutboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDirectoryOutboundSharedUserProfileTenant", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendation", "Method": "POST", "Command": "New-MgDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/recommendations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphRecommendationResource", "Method": "POST", "Command": "New-MgDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "POST", "Command": "New-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/directoryRoles" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRole", "Method": "POST", "Command": "New-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/directoryRoles" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDirectoryRoleMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "Variants": [ "Create", "CreateExpanded", @@ -168788,15 +168626,15 @@ "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true - }, - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgDirectoryRoleMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -168808,71 +168646,71 @@ "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true - }, - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", "Command": "New-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", "Command": "New-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "POST", "Command": "New-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Method": "POST", "Command": "New-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "POST", "Command": "New-MgDirectorySetting", + "Module": "Identity.DirectoryManagement", + "Uri": "/settings", "Variants": [ "Create", "CreateExpanded" @@ -168882,41 +168720,41 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/settings" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Method": "POST", "Command": "New-MgDirectorySettingTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSharedEmailDomain", "Method": "POST", "Command": "New-MgDirectorySharedEmailDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/directory/sharedEmailDomains" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomain", "Method": "POST", "Command": "New-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains", "Variants": [ "Create", "CreateExpanded" @@ -168926,33 +168764,33 @@ "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 - }, - "Uri": "/domains" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomain1", "Method": "POST", "Command": "New-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/domains" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "POST", "Command": "New-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration", "Variants": [ "Create", "CreateExpanded", @@ -168964,15 +168802,15 @@ "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 - }, - "Uri": "/domains/{domain-id}/federationConfiguration" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphInternalDomainFederation", "Method": "POST", "Command": "New-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration", "Variants": [ "Create1", "CreateExpanded1", @@ -168984,146 +168822,146 @@ "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 - }, - "Uri": "/domains/{domain-id}/federationConfiguration" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "POST", "Command": "New-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "POST", "Command": "New-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Method": "POST", "Command": "New-MgDomainSharedEmailDomainInvitation", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "POST", "Command": "New-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/verificationDnsRecords" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDomainDnsRecord", "Method": "POST", "Command": "New-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/verificationDnsRecords" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "POST", "Command": "New-MgDrive", + "Module": "Files", + "Uri": "/drives", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/drives" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "POST", "Command": "New-MgDrive", + "Module": "Files", + "Uri": "/drives", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/drives" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "New-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "New-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgDriveItemLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", "Variants": [ "Create", "CreateExpanded", @@ -169149,15 +168987,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgDriveItemLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", "Variants": [ "Create1", "CreateExpanded1", @@ -169183,180 +169021,180 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgDriveItemListItemLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgDriveItemUploadSession", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Variants": [ "Create", "CreateExpanded", @@ -169366,31 +169204,31 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgDriveItemUploadSession", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", @@ -169416,585 +169254,585 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "New-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "New-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", "Command": "New-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "POST", "Command": "New-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgDriveListItemLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgDriveRootLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/createLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/createLink" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgDriveRootLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgDriveRootListItemLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgDriveRootUploadSession", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgDriveRootUploadSession", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass", "Method": "POST", "Command": "New-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes", "Variants": [ "Create1", "CreateExpanded1" @@ -170004,15 +169842,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationClass1", "Method": "POST", "Command": "New-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes", "Variants": [ "Create", "CreateExpanded" @@ -170022,15 +169860,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "New-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -170040,25 +169878,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "New-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", @@ -170078,15 +169916,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", "Command": "New-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", "Variants": [ "Create", "Create3", @@ -170110,15 +169948,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", "Command": "New-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "Variants": [ "Create1", "Create2", @@ -170142,15 +169980,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationClassAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "Create", "CreateExpanded", @@ -170170,15 +170008,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationClassAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -170198,15 +170036,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", "Command": "New-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Variants": [ "Create1", "CreateExpanded1", @@ -170216,25 +170054,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", "Command": "New-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Variants": [ "Create", "CreateExpanded", @@ -170254,45 +170092,45 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "Create1", "CreateExpanded1", @@ -170312,15 +170150,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "Create", "CreateExpanded", @@ -170340,15 +170178,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "Create1", "CreateExpanded1", @@ -170368,15 +170206,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "Create", "CreateExpanded", @@ -170396,45 +170234,45 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationClassMemberByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -170446,15 +170284,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}/members/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationClassMemberByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "Variants": [ "Create", "CreateExpanded", @@ -170466,15 +170304,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}/members/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationClassTeacherByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -170486,15 +170324,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}/teachers/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationClassTeacherByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "Variants": [ "Create", "CreateExpanded", @@ -170506,251 +170344,251 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}/teachers/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "New-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "New-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", "Command": "New-MgEducationMeAssignmentCategory", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", "Command": "New-MgEducationMeAssignmentCategory", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationMeAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationMeAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", "Command": "New-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", "Command": "New-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "POST", "Command": "New-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics", "Variants": [ "Create", "CreateExpanded" @@ -170768,15 +170606,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/me/rubrics" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "POST", "Command": "New-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics", "Variants": [ "Create1", "CreateExpanded1" @@ -170784,25 +170622,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/me/rubrics" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool", "Method": "POST", "Command": "New-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools", "Variants": [ "Create", "CreateExpanded" @@ -170812,15 +170650,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSchool1", "Method": "POST", "Command": "New-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools", "Variants": [ "Create1", "CreateExpanded1" @@ -170830,15 +170668,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationSchoolClassByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "Variants": [ "Create", "CreateExpanded", @@ -170850,15 +170688,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/classes/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationSchoolClassByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -170870,15 +170708,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/classes/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationSchoolUserByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", "Variants": [ "Create", "CreateExpanded", @@ -170890,15 +170728,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/users/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationSchoolUserByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -170910,48 +170748,48 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/users/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Method": "POST", "Command": "New-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "Name": "EduAdministration.ReadWrite", - "Description": "Manage your education app settings", - "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true - }, - "Uri": "/education/synchronizationProfiles" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Method": "POST", "Command": "New-MgEducationSynchronizationProfileError", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser", "Method": "POST", "Command": "New-MgEducationUser", + "Module": "Education", + "Uri": "/education/users", "Variants": [ "Create", "CreateExpanded" @@ -170961,15 +170799,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/users" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationUser1", "Method": "POST", "Command": "New-MgEducationUser", + "Module": "Education", + "Uri": "/education/users", "Variants": [ "Create1", "CreateExpanded1" @@ -170979,285 +170817,285 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/users" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "New-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "New-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", "Command": "New-MgEducationUserAssignmentCategory", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationCategory", "Method": "POST", "Command": "New-MgEducationUserAssignmentCategory", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationUserAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "New-MgEducationUserAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", "Command": "New-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Method": "POST", "Command": "New-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationOutcome", "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "POST", "Command": "New-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationRubric", "Method": "POST", "Command": "New-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Variants": [ "Create", "CreateExpanded" @@ -171267,15 +171105,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackage1", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Variants": [ "Create1", "CreateExpanded1" @@ -171285,30 +171123,30 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStage", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "Variants": [ "Create", "CreateExpanded" @@ -171318,30 +171156,30 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "Variants": [ "Create", "CreateExpanded" @@ -171351,33 +171189,33 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog1", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "Variants": [ "Create", "CreateExpanded", @@ -171389,15 +171227,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Variants": [ "Create", "CreateExpanded", @@ -171409,15 +171247,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -171426,18 +171264,18 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Variants": [ "Create", "CreateExpanded", @@ -171446,18 +171284,18 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -171469,33 +171307,33 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageResourceRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", "Variants": [ "Create", "CreateExpanded", @@ -171507,28 +171345,28 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Method": "POST", "Command": "New-MgEntitlementManagementAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/assignments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "POST", "Command": "New-MgEntitlementManagementAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", "Variants": [ "Create", "CreateExpanded" @@ -171538,96 +171376,91 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Method": "POST", "Command": "New-MgEntitlementManagementAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Method": "POST", "Command": "New-MgEntitlementManagementCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs", "Variants": [ "Create", "CreateExpanded" ], - "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 - }, - "Uri": "/identityGovernance/entitlementManagement/catalogs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Method": "POST", "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphConnectedOrganization1", "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Variants": [ "Create1", "CreateExpanded1" @@ -171637,15 +171470,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphConnectedOrganization", "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Variants": [ "Create", "CreateExpanded" @@ -171655,15 +171488,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -171672,18 +171505,18 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Variants": [ "Create", "CreateExpanded", @@ -171695,15 +171528,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -171712,18 +171545,18 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Variants": [ "Create", "CreateExpanded", @@ -171732,31 +171565,31 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessPackageSubject1", "Method": "POST", "Command": "New-MgEntitlementManagementSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/subjects" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", "Method": "POST", "Command": "New-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections", "Variants": [ "Create", "CreateExpanded" @@ -171774,15 +171607,15 @@ "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 } - ], - "Uri": "/external/connections" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Method": "POST", "Command": "New-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections", "Variants": [ "Create1", "CreateExpanded1" @@ -171790,25 +171623,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "POST", "Command": "New-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups", "Variants": [ "Create1", "CreateExpanded1", @@ -171818,25 +171651,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}/groups" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Method": "POST", "Command": "New-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups", "Variants": [ "Create", "CreateExpanded", @@ -171846,25 +171679,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}/groups" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "POST", "Command": "New-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Variants": [ "Create", "CreateExpanded", @@ -171884,15 +171717,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Method": "POST", "Command": "New-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "Variants": [ "Create1", "CreateExpanded1", @@ -171902,100 +171735,100 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Method": "POST", "Command": "New-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", "Method": "POST", "Command": "New-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Method": "POST", "Command": "New-MgExternalConnectionItemActivity", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "POST", "Command": "New-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Method": "POST", "Command": "New-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCountryRegion", "Method": "POST", "Command": "New-MgFinancialCompanyCountryRegion", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions", "Variants": [ "Create", "CreateExpanded", @@ -172007,15 +171840,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/countriesRegions" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCurrency", "Method": "POST", "Command": "New-MgFinancialCompanyCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/currencies", "Variants": [ "Create", "CreateExpanded", @@ -172027,15 +171860,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/currencies" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomer", "Method": "POST", "Command": "New-MgFinancialCompanyCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers", "Variants": [ "Create", "CreateExpanded", @@ -172047,105 +171880,105 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customers" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "POST", "Command": "New-MgFinancialCompanyCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Method": "POST", "Command": "New-MgFinancialCompanyCustomerPaymentJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphCustomerPayment", "Method": "POST", "Command": "New-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphEmployee", "Method": "POST", "Command": "New-MgFinancialCompanyEmployee", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees", "Variants": [ "Create", "CreateExpanded", @@ -172154,33 +171987,33 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/employees" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyEmployeePicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItem", "Method": "POST", "Command": "New-MgFinancialCompanyItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items", "Variants": [ "Create", "CreateExpanded", @@ -172192,15 +172025,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/items" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphItemCategory", "Method": "POST", "Command": "New-MgFinancialCompanyItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/itemCategories", "Variants": [ "Create", "CreateExpanded", @@ -172212,45 +172045,45 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/itemCategories" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphJournal", "Method": "POST", "Command": "New-MgFinancialCompanyJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journals", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphJournalLine", "Method": "POST", "Command": "New-MgFinancialCompanyJournalLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journalLines", "Variants": [ "Create", "Create1", @@ -172261,15 +172094,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journalLines" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentMethod", "Method": "POST", "Command": "New-MgFinancialCompanyPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods", "Variants": [ "Create", "CreateExpanded", @@ -172278,18 +172111,18 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/paymentMethods" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPaymentTerm", "Method": "POST", "Command": "New-MgFinancialCompanyPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms", "Variants": [ "Create", "CreateExpanded", @@ -172301,30 +172134,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/paymentTerms" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "Variants": [ "Create", "Create1", @@ -172335,90 +172168,90 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleCreditMemoCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleInvoiceCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "Variants": [ "Create", "Create1", @@ -172429,30 +172262,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleOrderCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleOrderLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "Variants": [ "Create", "Create1", @@ -172463,43 +172296,43 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleQuoteCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "New-MgFinancialCompanySaleQuoteInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", "Variants": [ "Make", "MakeViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanySaleQuoteLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "Variants": [ "Create", "Create1", @@ -172510,15 +172343,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphShipmentMethod", "Method": "POST", "Command": "New-MgFinancialCompanyShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods", "Variants": [ "Create", "CreateExpanded", @@ -172530,30 +172363,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/shipmentMethods" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphTaxArea", "Method": "POST", "Command": "New-MgFinancialCompanyTaxArea", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxAreas", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/taxAreas" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphTaxGroup", "Method": "POST", "Command": "New-MgFinancialCompanyTaxGroup", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxGroups", "Variants": [ "Create", "CreateExpanded", @@ -172565,15 +172398,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/taxGroups" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphUnitOfMeasure", "Method": "POST", "Command": "New-MgFinancialCompanyUnitOfMeasure", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", "Variants": [ "Create", "CreateExpanded", @@ -172582,18 +172415,18 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphVendor", "Method": "POST", "Command": "New-MgFinancialCompanyVendor", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors", "Variants": [ "Create", "CreateExpanded", @@ -172605,30 +172438,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/vendors" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": "IMicrosoftGraphPicture", "Method": "POST", "Command": "New-MgFinancialCompanyVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup1", "Method": "POST", "Command": "New-MgGroup", + "Module": "Groups", + "Uri": "/groups", "Variants": [ "Create1", "CreateExpanded1" @@ -172636,25 +172469,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup", "Method": "POST", "Command": "New-MgGroup", + "Module": "Groups", + "Uri": "/groups", "Variants": [ "Create", "CreateExpanded" @@ -172662,25 +172495,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupAcceptedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "Variants": [ "Create", "CreateExpanded", @@ -172689,18 +172522,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/acceptedSenders/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupAcceptedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -172712,15 +172545,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/acceptedSenders/$ref" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "POST", "Command": "New-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments", "Variants": [ "Create", "CreateExpanded", @@ -172732,15 +172565,15 @@ "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 - }, - "Uri": "/groups/{group-id}/appRoleAssignments" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "POST", "Command": "New-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments", "Variants": [ "Create1", "CreateExpanded1", @@ -172749,108 +172582,108 @@ ], "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 - }, - "Uri": "/groups/{group-id}/appRoleAssignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "POST", "Command": "New-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/calendarPermissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "POST", "Command": "New-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/calendarPermissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversation1", "Method": "POST", "Command": "New-MgGroupConversation", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations", "Variants": [ "Create", "CreateExpanded", @@ -172862,15 +172695,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversation", "Method": "POST", "Command": "New-MgGroupConversation", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations", "Variants": [ "Create1", "CreateExpanded1", @@ -172879,18 +172712,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/conversations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread1", "Method": "POST", "Command": "New-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Variants": [ "Create", "CreateExpanded", @@ -172902,15 +172735,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread", "Method": "POST", "Command": "New-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Variants": [ "Create1", "CreateExpanded1", @@ -172922,1215 +172755,1215 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupConversationThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupConversationThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "POST", "Command": "New-MgGroupConversationThreadPostMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "POST", "Command": "New-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "POST", "Command": "New-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "New-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "New-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupDriveItemLink", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgGroupDriveItemLink", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupDriveItemListItemLink", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupDriveItemUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupDriveItemUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "New-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "New-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", "Command": "New-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "POST", "Command": "New-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupDriveListItemLink", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupDriveRootLink", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgGroupDriveRootLink", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupDriveRootListItemLink", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupDriveRootUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupDriveRootUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphEndpoint", "Method": "POST", "Command": "New-MgGroupEndpoint", + "Module": "Groups", + "Uri": "/groups/{group-id}/endpoints", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/endpoints" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "POST", "Command": "New-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events", "Variants": [ "Create", "CreateExpanded", @@ -174142,15 +173975,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/events" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "POST", "Command": "New-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events", "Variants": [ "Create1", "CreateExpanded1", @@ -174162,15 +173995,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/events" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupEventAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Variants": [ "Create", "CreateExpanded", @@ -174182,15 +174015,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupEventAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", @@ -174202,453 +174035,453 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/attachments" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupEventExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgGroupEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupEventExceptionOccurrenceInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgGroupEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupEventInstanceExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgGroupEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "POST", "Command": "New-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/groupLifecyclePolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Method": "POST", "Command": "New-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies", "Variants": [ "Create1", "CreateExpanded1" @@ -174658,15 +174491,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/groupLifecyclePolicies" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupMemberByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/members/$ref", "Variants": [ "Create", "CreateExpanded", @@ -174676,31 +174509,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/members/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupMemberByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/members/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -174726,15 +174559,15 @@ "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 } - ], - "Uri": "/groups/{group-id}/members/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "POST", "Command": "New-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks", "Variants": [ "Create", "CreateExpanded", @@ -174744,31 +174577,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "POST", "Command": "New-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks", "Variants": [ "Create1", "CreateExpanded1", @@ -174794,15 +174627,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgGroupOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "Create1", "CreateExpanded1", @@ -174828,15 +174661,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", "Command": "New-MgGroupOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "Create", "CreateExpanded", @@ -174846,31 +174679,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "Create1", "CreateExpanded1", @@ -174896,15 +174729,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "Create", "CreateExpanded", @@ -174930,15 +174763,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "POST", "Command": "New-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages", "Variants": [ "Create", "CreateExpanded", @@ -174948,31 +174781,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", "Command": "New-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages", "Variants": [ "Create1", "CreateExpanded1", @@ -174998,75 +174831,75 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sections" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", "Command": "New-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", "Command": "New-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sectionGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", "Command": "New-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sectionGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgGroupOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "Create1", "CreateExpanded1", @@ -175076,31 +174909,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", "Command": "New-MgGroupOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "Create", "CreateExpanded", @@ -175126,15 +174959,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "POST", "Command": "New-MgGroupOnenoteSectionPage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "Create1", "CreateExpanded1", @@ -175160,15 +174993,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", "Command": "New-MgGroupOnenoteSectionPage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "Create", "CreateExpanded", @@ -175194,15 +175027,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupOwnerByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/$ref", "Variants": [ "Create", "CreateExpanded", @@ -175222,15 +175055,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/owners/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupOwnerByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -175250,45 +175083,45 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/owners/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", "Command": "New-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", "Command": "New-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupRejectedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "Variants": [ "Create", "CreateExpanded", @@ -175300,15 +175133,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/rejectedSenders/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupRejectedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -175320,15 +175153,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/rejectedSenders/$ref" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDirectorySetting", "Method": "POST", "Command": "New-MgGroupSetting", + "Module": "Groups", + "Uri": "/groups/{group-id}/settings", "Variants": [ "Create", "CreateExpanded", @@ -175337,633 +175170,633 @@ ], "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 - }, - "Uri": "/groups/{group-id}/settings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "New-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "New-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphList", "Method": "POST", "Command": "New-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphList1", "Method": "POST", "Command": "New-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "New-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "New-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem", "Method": "POST", "Command": "New-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", "Command": "New-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupSiteListItemLink", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSitePage", "Method": "POST", "Command": "New-MgGroupSitePage", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "POST", "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "POST", "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "New-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "New-MgGroupSitePageWebPart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStore1", "Method": "POST", "Command": "New-MgGroupSiteTermStore", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Variants": [ "Create1", "Create2", @@ -175974,30 +175807,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Variants": [ "Create1", "Create2", @@ -176008,30 +175841,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Variants": [ "Create1", "Create2", @@ -176046,15 +175879,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "Create1", @@ -176065,30 +175898,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Variants": [ "Create1", "Create2", @@ -176099,30 +175932,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Variants": [ "Create1", "Create2", @@ -176133,30 +175966,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Variants": [ "Create1", "Create2", @@ -176167,45 +176000,45 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "Create1", "Create2", @@ -176216,30 +176049,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Variants": [ "Create1", "Create2", @@ -176250,30 +176083,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Variants": [ "Create1", "Create2", @@ -176288,15 +176121,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "Create1", @@ -176307,30 +176140,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Variants": [ "Create", "Create1", @@ -176341,15 +176174,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "Create1", @@ -176360,105 +176193,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Variants": [ "Create1", "Create2", @@ -176469,30 +176302,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Variants": [ "Create1", "Create2", @@ -176503,30 +176336,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Variants": [ "Create1", "Create2", @@ -176537,45 +176370,45 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "Create1", "Create2", @@ -176586,915 +176419,915 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "POST", "Command": "New-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "POST", "Command": "New-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", "Command": "New-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", "Command": "New-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", "Command": "New-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", "Command": "New-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "POST", "Command": "New-MgGroupTeamInstalledApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "POST", "Command": "New-MgGroupTeamInstalledApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "POST", "Command": "New-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "POST", "Command": "New-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", "Command": "New-MgGroupTeamPermissionGrant", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/permissionGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "POST", "Command": "New-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "POST", "Command": "New-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift1", "Method": "POST", "Command": "New-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift", "Method": "POST", "Command": "New-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "POST", "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "POST", "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "POST", "Command": "New-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "POST", "Command": "New-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift1", "Method": "POST", "Command": "New-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift", "Method": "POST", "Command": "New-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "POST", "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "POST", "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeCards" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff1", "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff", "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason", "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "POST", "Command": "New-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "POST", "Command": "New-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "POST", "Command": "New-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "POST", "Command": "New-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread1", "Method": "POST", "Command": "New-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads", "Variants": [ "Create", "CreateExpanded", @@ -177503,18 +177336,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/threads" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphConversationThread", "Method": "POST", "Command": "New-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads", "Variants": [ "Create1", "CreateExpanded1", @@ -177526,363 +177359,363 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/threads" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupThreadPostAttachmentUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupThreadPostAttachmentUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMention", "Method": "POST", "Command": "New-MgGroupThreadPostMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "POST", "Command": "New-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/identity/apiConnectors" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityApiConnector", "Method": "POST", "Command": "New-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors", "Variants": [ "Create1", "CreateExpanded1" @@ -177892,28 +177725,28 @@ "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 - }, - "Uri": "/identity/apiConnectors" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Method": "POST", "Command": "New-MgIdentityAuthenticationEventListener", + "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventListeners", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identity/authenticationEventListeners" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Method": "POST", "Command": "New-MgIdentityB2CUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows", "Variants": [ "Create", "CreateExpanded" @@ -177923,15 +177756,15 @@ "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 - }, - "Uri": "/identity/b2cUserFlows" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2CUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", "Variants": [ "Create", "CreateExpanded", @@ -177943,60 +177776,60 @@ "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "POST", "Command": "New-MgIdentityB2CUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2CUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2CUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "POST", "Command": "New-MgIdentityB2CUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", "Variants": [ "Create", "CreateExpanded", @@ -178005,18 +177838,18 @@ ], "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", "Method": "POST", "Command": "New-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows", "Variants": [ "Create", "CreateExpanded" @@ -178026,153 +177859,153 @@ "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 - }, - "Uri": "/identity/b2xUserFlows" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Method": "POST", "Command": "New-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/identity/b2xUserFlows" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "POST", "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Variants": [ "Create1", "CreateExpanded1", @@ -178184,15 +178017,15 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Method": "POST", "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Variants": [ "Create", "CreateExpanded", @@ -178201,70 +178034,80 @@ ], "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "POST", "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences" + "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 + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Method": "POST", "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences" + "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 + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Method": "POST", "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "POST", "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "POST", "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Variants": [ "Create", "CreateExpanded", @@ -178284,15 +178127,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphNamedLocation", "Method": "POST", "Command": "New-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations", "Variants": [ "Create", "CreateExpanded" @@ -178300,25 +178143,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/conditionalAccess/namedLocations" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphNamedLocation", "Method": "POST", "Command": "New-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations", "Variants": [ "Create1", "CreateExpanded1" @@ -178336,15 +178179,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/namedLocations" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", "Method": "POST", "Command": "New-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies", "Variants": [ "Create", "CreateExpanded" @@ -178368,15 +178211,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/policies" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Method": "POST", "Command": "New-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies", "Variants": [ "Create1", "CreateExpanded1" @@ -178400,347 +178243,347 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/policies" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Method": "POST", "Command": "New-MgIdentityCustomAuthenticationExtension", + "Module": "Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identity/customAuthenticationExtensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstance", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceInsight", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewStage", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Variants": [ "Create", "CreateExpanded" @@ -178750,15 +178593,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Variants": [ "Create1", "CreateExpanded1" @@ -178768,45 +178611,45 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", "Variants": [ "Generate", "GenerateViaIdentity" @@ -178816,15 +178659,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", "Variants": [ "Generate1", "GenerateViaIdentity1" @@ -178834,101 +178677,101 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAppConsentRequest1", "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAppConsentRequest", "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUserConsentRequest1", "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphUserConsentRequest", "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStage", "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "Variants": [ "Create", "CreateExpanded" @@ -178938,121 +178781,121 @@ "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", "Variants": [ "Create", "CreateExpanded", @@ -179061,209 +178904,209 @@ ], "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "POST", "Command": "New-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements", "Variants": [ "Create1", "CreateExpanded1" @@ -179273,15 +179116,15 @@ "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 - }, - "Uri": "/identityGovernance/termsOfUse/agreements" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreement", "Method": "POST", "Command": "New-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements", "Variants": [ "Create", "CreateExpanded" @@ -179291,15 +179134,15 @@ "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 - }, - "Uri": "/identityGovernance/termsOfUse/agreements" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "POST", "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Variants": [ "Create2", "Create3", @@ -179308,15 +179151,15 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementAcceptance", "Method": "POST", "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "Variants": [ "Create", "Create1", @@ -179325,75 +179168,75 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "POST", "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Method": "POST", "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "POST", "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphAgreementFileVersion", "Method": "POST", "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "POST", "Command": "New-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders", "Variants": [ "Create", "CreateExpanded" @@ -179403,33 +179246,33 @@ "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 - }, - "Uri": "/identity/identityProviders" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityProviderBase", "Method": "POST", "Command": "New-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/identity/identityProviders" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlow", "Method": "POST", "Command": "New-MgIdentityUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlows", "Variants": [ "Create", "CreateExpanded" @@ -179439,15 +179282,15 @@ "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 - }, - "Uri": "/identity/userFlows" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "POST", "Command": "New-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes", "Variants": [ "Create", "CreateExpanded" @@ -179457,15 +179300,15 @@ "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 - }, - "Uri": "/identity/userFlowAttributes" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Method": "POST", "Command": "New-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes", "Variants": [ "Create1", "CreateExpanded1" @@ -179475,41 +179318,41 @@ "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 - }, - "Uri": "/identity/userFlowAttributes" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "POST", "Command": "New-MgInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/dataLossPreventionPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "POST", "Command": "New-MgInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/policy/labels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "POST", "Command": "New-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests", "Variants": [ "Create", "CreateExpanded" @@ -179519,15 +179362,15 @@ "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 - }, - "Uri": "/informationProtection/threatAssessmentRequests" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "POST", "Command": "New-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests", "Variants": [ "Create1", "CreateExpanded1" @@ -179537,45 +179380,45 @@ "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 - }, - "Uri": "/informationProtection/threatAssessmentRequests" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "POST", "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "POST", "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInvitation", "Method": "POST", "Command": "New-MgInvitation", + "Module": "Identity.SignIns", + "Uri": "/invitations", "Variants": [ "Create", "CreateExpanded" @@ -179599,15 +179442,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/invitations" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInvitation1", "Method": "POST", "Command": "New-MgInvitation", + "Module": "Identity.SignIns", + "Uri": "/invitations", "Variants": [ "Create1", "CreateExpanded1" @@ -179631,15 +179474,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/invitations" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Method": "POST", "Command": "New-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants", "Variants": [ "Create", "CreateExpanded" @@ -179657,15 +179500,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Method": "POST", "Command": "New-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants", "Variants": [ "Create1", "CreateExpanded1" @@ -179683,15 +179526,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphOfficeClientConfiguration", "Method": "POST", "Command": "New-MgOfficeClientConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations", "Variants": [ "Create", "CreateExpanded" @@ -179701,15 +179544,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/officeConfiguration/clientConfigurations" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", "Method": "POST", "Command": "New-MgOfficeClientConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments", "Variants": [ "Create", "CreateExpanded", @@ -179718,61 +179561,61 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Method": "POST", "Command": "New-MgOnPremisePublishingProfile", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "POST", "Command": "New-MgOnPremisePublishingProfileAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "POST", "Command": "New-MgOnPremisePublishingProfileAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgent", "Method": "POST", "Command": "New-MgOnPremisePublishingProfileAgentGroupAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "Variants": [ "Create", "CreateExpanded", @@ -179784,15 +179627,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgOnPremisePublishingProfileAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "Variants": [ "Create", "Create1", @@ -179803,105 +179646,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPublishedResource", "Method": "POST", "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "POST", "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnector", "Method": "POST", "Command": "New-MgOnPremisePublishingProfileConnector", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphConnectorGroup", "Method": "POST", "Command": "New-MgOnPremisePublishingProfileConnectorGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgOnPremisePublishingProfileConnectorMemberOfByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPublishedResource", "Method": "POST", "Command": "New-MgOnPremisePublishingProfilePublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", "Variants": [ "Create", "CreateExpanded", @@ -179913,15 +179756,15 @@ "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 - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Method": "POST", "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", "Variants": [ "Create", "CreateExpanded", @@ -179933,15 +179776,15 @@ "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 - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "Variants": [ "Create", "CreateExpanded", @@ -179950,44 +179793,44 @@ ], "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 - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganization", "Method": "POST", "Command": "New-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/organization" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganization1", "Method": "POST", "Command": "New-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/organization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", "Method": "POST", "Command": "New-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations", "Variants": [ "Create", "CreateExpanded", @@ -179999,15 +179842,15 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Method": "POST", "Command": "New-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations", "Variants": [ "Create1", "CreateExpanded1", @@ -180016,89 +179859,89 @@ ], "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "New-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphProfileCardProperty", "Method": "POST", "Command": "New-MgOrganizationSettingProfileCardProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/profileCardProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/profileCardProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphPlace", "Method": "POST", "Command": "New-MgPlace", + "Module": "Calendar", + "Uri": "/places", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/places" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphPlace1", "Method": "POST", "Command": "New-MgPlace", + "Module": "Calendar", + "Uri": "/places", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/places" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket1", "Method": "POST", "Command": "New-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets", "Variants": [ "Create1", "CreateExpanded1" @@ -180116,15 +179959,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/buckets" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerBucket", "Method": "POST", "Command": "New-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets", "Variants": [ "Create", "CreateExpanded" @@ -180142,15 +179985,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/buckets" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan1", "Method": "POST", "Command": "New-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans", "Variants": [ "Create1", "CreateExpanded1" @@ -180158,25 +180001,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/plans" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerPlan", "Method": "POST", "Command": "New-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans", "Variants": [ "Create", "CreateExpanded" @@ -180194,15 +180037,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerRoster", "Method": "POST", "Command": "New-MgPlannerRoster", + "Module": "Planner", + "Uri": "/planner/rosters", "Variants": [ "Create", "CreateExpanded" @@ -180212,15 +180055,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/planner/rosters" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerRosterMember", "Method": "POST", "Command": "New-MgPlannerRosterMember", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members", "Variants": [ "Create", "CreateExpanded", @@ -180232,15 +180075,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/planner/rosters/{plannerRoster-id}/members" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask1", "Method": "POST", "Command": "New-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks", "Variants": [ "Create1", "CreateExpanded1" @@ -180248,25 +180091,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": "IMicrosoftGraphPlannerTask", "Method": "POST", "Command": "New-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks", "Variants": [ "Create", "CreateExpanded" @@ -180284,33 +180127,33 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", "Method": "POST", "Command": "New-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/policies/activityBasedTimeoutPolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Method": "POST", "Command": "New-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies", "Variants": [ "Create1", "CreateExpanded1" @@ -180320,15 +180163,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/activityBasedTimeoutPolicies" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAppManagementPolicy", "Method": "POST", "Command": "New-MgPolicyAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies", "Variants": [ "Create", "CreateExpanded" @@ -180338,41 +180181,41 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/appManagementPolicies" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "POST", "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Method": "POST", "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Method": "POST", "Command": "New-MgPolicyAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies", "Variants": [ "Create", "CreateExpanded" @@ -180380,68 +180223,68 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/authenticationStrengthPolicies" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Method": "POST", "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthorizationPolicy1", "Method": "POST", "Command": "New-MgPolicyAuthorizationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Method": "POST", "Command": "New-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Method": "POST", "Command": "New-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies", "Variants": [ "Create", "CreateExpanded" @@ -180451,33 +180294,33 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/claimsMappingPolicies" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Method": "POST", "Command": "New-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/policies/claimsMappingPolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Method": "POST", "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners", "Variants": [ "Create", "CreateExpanded" @@ -180487,15 +180330,15 @@ "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/partners" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Method": "POST", "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners", "Variants": [ "Create1", "CreateExpanded1" @@ -180505,15 +180348,15 @@ "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/partners" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies", "Variants": [ "Create", "CreateExpanded" @@ -180523,15 +180366,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies", "Variants": [ "Create1", "CreateExpanded1" @@ -180541,15 +180384,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Variants": [ "Create", "CreateExpanded", @@ -180561,15 +180404,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Variants": [ "Create1", "CreateExpanded1", @@ -180581,15 +180424,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Variants": [ "Create", "CreateExpanded", @@ -180598,18 +180441,18 @@ ], "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 - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -180621,15 +180464,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Method": "POST", "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies", "Variants": [ "Create", "CreateExpanded" @@ -180639,46 +180482,46 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/homeRealmDiscoveryPolicies" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Method": "POST", "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/policies/homeRealmDiscoveryPolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "POST", "Command": "New-MgPolicyMobileAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/policies/mobileAppManagementPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "Variants": [ "Create", "CreateExpanded", @@ -180687,31 +180530,31 @@ ], "Permissions": { "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 - }, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Method": "POST", "Command": "New-MgPolicyMobileDeviceManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/policies/mobileDeviceManagementPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "Variants": [ "Create", "CreateExpanded", @@ -180720,54 +180563,54 @@ ], "Permissions": { "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 - }, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/policies/permissionGrantPolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/policies/permissionGrantPolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Variants": [ "Create", "CreateExpanded", @@ -180779,15 +180622,15 @@ "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Variants": [ "Create1", "CreateExpanded1", @@ -180796,18 +180639,18 @@ ], "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Variants": [ "Create", "CreateExpanded", @@ -180819,15 +180662,15 @@ "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Variants": [ "Create1", "CreateExpanded1", @@ -180839,188 +180682,188 @@ "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicyAssignments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicyAssignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Method": "POST", "Command": "New-MgPolicyServicePrincipalCreationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "POST", "Command": "New-MgPolicyServicePrincipalCreationPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Method": "POST", "Command": "New-MgPolicyServicePrincipalCreationPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Method": "POST", "Command": "New-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/policies/tokenIssuancePolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Method": "POST", "Command": "New-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies", "Variants": [ "Create1", "CreateExpanded1" @@ -181030,15 +180873,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenIssuancePolicies" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Method": "POST", "Command": "New-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies", "Variants": [ "Create", "CreateExpanded" @@ -181048,128 +180891,128 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenLifetimePolicies" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Method": "POST", "Command": "New-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/policies/tokenLifetimePolicies" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector", "Method": "POST", "Command": "New-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/print/connectors" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintConnector1", "Method": "POST", "Command": "New-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/print/connectors" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintOperation", "Method": "POST", "Command": "New-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/print/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintOperation", "Method": "POST", "Command": "New-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/print/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare", "Method": "POST", "Command": "New-MgPrintPrinterShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/print/printerShares" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "New-MgPrintPrinterShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "New-MgPrintPrinterShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Method": "POST", "Command": "New-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers", "Variants": [ "Create1", "CreateExpanded1", @@ -181189,15 +181032,15 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}/taskTriggers" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Method": "POST", "Command": "New-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers", "Variants": [ "Create", "CreateExpanded", @@ -181217,137 +181060,137 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}/taskTriggers" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintService1", "Method": "POST", "Command": "New-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/print/services" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintService", "Method": "POST", "Command": "New-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/print/services" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Method": "POST", "Command": "New-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}/endpoints" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", "Method": "POST", "Command": "New-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}/endpoints" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare", "Method": "POST", "Command": "New-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares", "Variants": [ "Create1", "CreateExpanded1" ], "Permissions": { "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 - }, - "Uri": "/print/shares" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrinterShare1", "Method": "POST", "Command": "New-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares", "Variants": [ "Create", "CreateExpanded" ], "Permissions": { "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 - }, - "Uri": "/print/shares" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "New-MgPrintShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "New-MgPrintShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "New-MgPrintShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -181359,15 +181202,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - }, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "New-MgPrintShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "Variants": [ "Create", "CreateExpanded", @@ -181379,15 +181222,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - }, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Method": "POST", "Command": "New-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions", "Variants": [ "Create1", "CreateExpanded1" @@ -181397,15 +181240,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Method": "POST", "Command": "New-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions", "Variants": [ "Create", "CreateExpanded" @@ -181415,193 +181258,193 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTask", "Method": "POST", "Command": "New-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": "IMicrosoftGraphPrintTask1", "Method": "POST", "Command": "New-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedAccess", "Method": "POST", "Command": "New-MgPrivilegedAccess", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceResource", "Method": "POST", "Command": "New-MgPrivilegedAccessResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "POST", "Command": "New-MgPrivilegedAccessResourceRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "POST", "Command": "New-MgPrivilegedAccessResourceRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "POST", "Command": "New-MgPrivilegedAccessResourceRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "POST", "Command": "New-MgPrivilegedAccessResourceRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Method": "POST", "Command": "New-MgPrivilegedAccessRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Method": "POST", "Command": "New-MgPrivilegedAccessRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Method": "POST", "Command": "New-MgPrivilegedAccessRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Method": "POST", "Command": "New-MgPrivilegedAccessRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedApproval", "Method": "POST", "Command": "New-MgPrivilegedApproval", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval", "Variants": [ "Create", "CreateExpanded" @@ -181611,41 +181454,41 @@ "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 - }, - "Uri": "/privilegedApproval" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Method": "POST", "Command": "New-MgPrivilegedOperationEvent", + "Module": "Identity.Governance", + "Uri": "/privilegedOperationEvents", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/privilegedOperationEvents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRole", "Method": "POST", "Command": "New-MgPrivilegedRole", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "New-MgPrivilegedRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments", "Variants": [ "Create", "CreateExpanded" @@ -181655,15 +181498,15 @@ "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 - }, - "Uri": "/privilegedRoleAssignments" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "New-MgPrivilegedRoleAssignmentEligible", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", "Variants": [ "Make", "MakeViaIdentity" @@ -181673,15 +181516,15 @@ "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 - }, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Method": "POST", "Command": "New-MgPrivilegedRoleAssignmentPermanent", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", "Variants": [ "Make", "MakeExpanded", @@ -181690,18 +181533,18 @@ ], "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 - }, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "POST", "Command": "New-MgPrivilegedRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests", "Variants": [ "Create", "CreateExpanded" @@ -181711,15 +181554,15 @@ "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 - }, - "Uri": "/privilegedRoleAssignmentRequests" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgram", "Method": "POST", "Command": "New-MgProgram", + "Module": "Identity.Governance", + "Uri": "/programs", "Variants": [ "Create", "CreateExpanded" @@ -181729,15 +181572,15 @@ "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 - }, - "Uri": "/programs" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgramControl", "Method": "POST", "Command": "New-MgProgramControl", + "Module": "Identity.Governance", + "Uri": "/programControls", "Variants": [ "Create", "Create1", @@ -181755,207 +181598,207 @@ "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 - }, - "Uri": "/programControls" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphProgramControlType", "Method": "POST", "Command": "New-MgProgramControlType", + "Module": "Identity.Governance", + "Uri": "/programControlTypes", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/programControlTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Method": "POST", "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", + "Module": "Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/reports/authenticationMethods/userRegistrationDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskDetection", "Method": "POST", "Command": "New-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskDetections" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskDetection1", "Method": "POST", "Command": "New-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskDetections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", "Method": "POST", "Command": "New-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Method": "POST", "Command": "New-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", "Method": "POST", "Command": "New-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Method": "POST", "Command": "New-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUser1", "Method": "POST", "Command": "New-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUser", "Method": "POST", "Command": "New-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", "Method": "POST", "Command": "New-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Method": "POST", "Command": "New-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", "Command": "New-MgRoleManagementCloudPcResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "POST", "Command": "New-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "POST", "Command": "New-MgRoleManagementCloudPcRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments", "Variants": [ "Create", "CreateExpanded" @@ -181963,40 +181806,40 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/cloudPC/roleAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "POST", "Command": "New-MgRoleManagementCloudPcRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", "Command": "New-MgRoleManagementCloudPcRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions", "Variants": [ "Create", "CreateExpanded" @@ -182032,58 +181875,58 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/cloudPC/roleDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", "Command": "New-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", "Command": "New-MgRoleManagementDeviceManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "POST", "Command": "New-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", "Method": "POST", "Command": "New-MgRoleManagementDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments", "Variants": [ "Create", "CreateExpanded" @@ -182091,40 +181934,40 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/deviceManagement/roleAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphAppScope", "Method": "POST", "Command": "New-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", "Command": "New-MgRoleManagementDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "Variants": [ "Create", "CreateExpanded" @@ -182132,86 +181975,86 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", "Command": "New-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", "Command": "New-MgRoleManagementDirectoryResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "POST", "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments", "Variants": [ "Create", "CreateExpanded" @@ -182229,15 +182072,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments", "Variants": [ "Create1", "CreateExpanded1" @@ -182245,105 +182088,105 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApproval", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentSchedules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentSchedules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Variants": [ "Create", "CreateExpanded" @@ -182353,15 +182196,15 @@ "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 - }, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Variants": [ "Create1", "CreateExpanded1" @@ -182371,151 +182214,203 @@ "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 - }, - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions", "Variants": [ "Create", "CreateExpanded" ], - "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 - }, - "Uri": "/roleManagement/directory/roleDefinitions" + "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 + }, + { + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions", "Variants": [ "Create1", "CreateExpanded1" ], - "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 - }, - "Uri": "/roleManagement/directory/roleDefinitions" + "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 + }, + { + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilitySchedules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilitySchedules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Variants": [ "Create1", "CreateExpanded1" @@ -182525,56 +182420,56 @@ "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 - }, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", "Command": "New-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Variants": [ "Create", "CreateExpanded" @@ -182592,15 +182487,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Variants": [ "Create1", "CreateExpanded1" @@ -182608,278 +182503,278 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApproval", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphApprovalStep", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "SchemaExtensions", "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "POST", "Command": "New-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions", "Variants": [ "Create", "CreateExpanded" @@ -182889,33 +182784,33 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/schemaExtensions" + } }, { "ApiVersion": "v1.0", - "Module": "SchemaExtensions", "OutputType": "IMicrosoftGraphSchemaExtension", "Method": "POST", "Command": "New-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions", "Variants": [ "Create1", "CreateExpanded1" ], "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 - }, - "Uri": "/schemaExtensions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchAcronym", "Method": "POST", "Command": "New-MgSearchAcronym", + "Module": "Search", + "Uri": "/search/acronyms", "Variants": [ "Create", "CreateExpanded" @@ -182933,15 +182828,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/acronyms" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchBookmark", "Method": "POST", "Command": "New-MgSearchBookmark", + "Module": "Search", + "Uri": "/search/bookmarks", "Variants": [ "Create", "CreateExpanded" @@ -182959,15 +182854,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/bookmarks" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": "IMicrosoftGraphSearchQna", "Method": "POST", "Command": "New-MgSearchQna", + "Module": "Search", + "Uri": "/search/qnas", "Variants": [ "Create", "CreateExpanded" @@ -182975,25 +182870,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/search/qnas" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityAction", "Method": "POST", "Command": "New-MgSecurityAction", + "Module": "Security", + "Uri": "/security/securityActions", "Variants": [ "Create", "CreateExpanded" @@ -183003,123 +182898,123 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/security/securityActions" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphAlert", "Method": "POST", "Command": "New-MgSecurityAlert", + "Module": "Security", + "Uri": "/security/alerts", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/alerts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphAlert", "Method": "POST", "Command": "New-MgSecurityAlert", + "Module": "Security", + "Uri": "/security/alerts", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/security/alerts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulation", "Method": "POST", "Command": "New-MgSecurityAttackSimulation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulation", "Method": "POST", "Command": "New-MgSecurityAttackSimulation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulations", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "POST", "Command": "New-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomation", "Method": "POST", "Command": "New-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "POST", "Command": "New-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Method": "POST", "Command": "New-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases", "Variants": [ "Create", "CreateExpanded" @@ -183127,25 +183022,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases", "Variants": [ "Create1", "CreateExpanded1" @@ -183153,25 +183048,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Variants": [ "Create", "CreateExpanded", @@ -183191,15 +183086,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Variants": [ "Create1", "CreateExpanded1", @@ -183219,15 +183114,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Variants": [ "Create1", "CreateExpanded1", @@ -183247,15 +183142,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Variants": [ "Create", "CreateExpanded", @@ -183275,15 +183170,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Variants": [ "Create1", "CreateExpanded1", @@ -183303,15 +183198,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Variants": [ "Create", "CreateExpanded", @@ -183331,15 +183226,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Variants": [ "Create1", "CreateExpanded1", @@ -183349,25 +183244,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Variants": [ "Create", "CreateExpanded", @@ -183377,25 +183272,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "Variants": [ "Create", "CreateExpanded", @@ -183415,15 +183310,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", "Variants": [ "Create", "CreateExpanded", @@ -183443,30 +183338,30 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUserSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Variants": [ "Create1", "CreateExpanded1", @@ -183476,25 +183371,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "Variants": [ "Create", "CreateExpanded", @@ -183514,45 +183409,45 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Variants": [ "Create1", "CreateExpanded1", @@ -183562,25 +183457,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Variants": [ "Create", "CreateExpanded", @@ -183590,40 +183485,40 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Variants": [ "Create", "CreateExpanded", @@ -183643,15 +183538,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Variants": [ "Create1", "CreateExpanded1", @@ -183671,15 +183566,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Variants": [ "Create", "CreateExpanded", @@ -183689,25 +183584,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Variants": [ "Create1", "CreateExpanded1", @@ -183727,15 +183622,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Variants": [ "Create", "CreateExpanded", @@ -183747,15 +183642,15 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDataSource", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Variants": [ "Create1", "CreateExpanded1", @@ -183764,18 +183659,18 @@ ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Variants": [ "Create", "CreateExpanded", @@ -183785,25 +183680,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Variants": [ "Create1", "CreateExpanded1", @@ -183823,119 +183718,119 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Method": "POST", "Command": "New-MgSecurityCloudAppSecurityProfile", + "Module": "Security", + "Uri": "/security/cloudAppSecurityProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/cloudAppSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Method": "POST", "Command": "New-MgSecurityDomainSecurityProfile", + "Module": "Security", + "Uri": "/security/domainSecurityProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/domainSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphFileSecurityProfile", "Method": "POST", "Command": "New-MgSecurityFileSecurityProfile", + "Module": "Security", + "Uri": "/security/fileSecurityProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/fileSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphHostSecurityProfile", "Method": "POST", "Command": "New-MgSecurityHostSecurityProfile", + "Module": "Security", + "Uri": "/security/hostSecurityProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/hostSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "POST", "Command": "New-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/incidents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityIncident", "Method": "POST", "Command": "New-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/security/incidents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Method": "POST", "Command": "New-MgSecurityInformationProtectionSensitivityLabel", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphIPSecurityProfile", "Method": "POST", "Command": "New-MgSecurityIPSecurityProfile", + "Module": "Security", + "Uri": "/security/ipSecurityProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/ipSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", "Method": "POST", "Command": "New-MgSecurityLabelRetentionLabel", + "Module": "Security", + "Uri": "/security/labels/retentionLabels", "Variants": [ "Create", "CreateExpanded" @@ -183945,95 +183840,95 @@ "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 - }, - "Uri": "/security/labels/retentionLabels" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Method": "POST", "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphProviderTenantSetting", "Method": "POST", "Command": "New-MgSecurityProviderTenantSetting", + "Module": "Security", + "Uri": "/security/providerTenantSettings", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/providerTenantSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScore", "Method": "POST", "Command": "New-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/secureScores" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScore", "Method": "POST", "Command": "New-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/security/secureScores" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "POST", "Command": "New-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/secureScoreControlProfiles" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Method": "POST", "Command": "New-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/security/secureScoreControlProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Method": "POST", "Command": "New-MgSecuritySubjectRightsRequest", + "Module": "Security", + "Uri": "/security/subjectRightsRequests", "Variants": [ "Create", "CreateExpanded" @@ -184043,15 +183938,15 @@ "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true - }, - "Uri": "/security/subjectRightsRequests" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphAuthoredNote", "Method": "POST", "Command": "New-MgSecuritySubjectRightsRequestNote", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "Variants": [ "Create", "CreateExpanded", @@ -184060,18 +183955,18 @@ ], "Permissions": { "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 - }, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", "Method": "POST", "Command": "New-MgSecurityThreatSubmissionEmailThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreats", "Variants": [ "Create", "CreateExpanded" @@ -184089,15 +183984,15 @@ "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 } - ], - "Uri": "/security/threatSubmission/emailThreats" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Method": "POST", "Command": "New-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "Variants": [ "Create", "CreateExpanded" @@ -184107,15 +184002,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Method": "POST", "Command": "New-MgSecurityThreatSubmissionFileThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/fileThreats", "Variants": [ "Create", "CreateExpanded" @@ -184133,15 +184028,15 @@ "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 } - ], - "Uri": "/security/threatSubmission/fileThreats" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Method": "POST", "Command": "New-MgSecurityThreatSubmissionUrlThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/urlThreats", "Variants": [ "Create", "CreateExpanded" @@ -184159,15 +184054,15 @@ "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 } - ], - "Uri": "/security/threatSubmission/urlThreats" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphTiIndicator", "Method": "POST", "Command": "New-MgSecurityTiIndicator", + "Module": "Security", + "Uri": "/security/tiIndicators", "Variants": [ "Create", "CreateExpanded" @@ -184177,15 +184072,15 @@ "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 - }, - "Uri": "/security/tiIndicators" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Method": "POST", "Command": "New-MgSecurityTriggerRetentionEvent", + "Module": "Security", + "Uri": "/security/triggers/retentionEvents", "Variants": [ "Create", "CreateExpanded" @@ -184195,184 +184090,184 @@ "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 - }, - "Uri": "/security/triggers/retentionEvents" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Method": "POST", "Command": "New-MgSecurityTriggerTypeRetentionEventType", + "Module": "Security", + "Uri": "/security/triggerTypes/retentionEventTypes", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/security/triggerTypes/retentionEventTypes" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphUserSecurityProfile", "Method": "POST", "Command": "New-MgSecurityUserSecurityProfile", + "Module": "Security", + "Uri": "/security/userSecurityProfiles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/security/userSecurityProfiles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealth", "Method": "POST", "Command": "New-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealth", "Method": "POST", "Command": "New-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "POST", "Command": "New-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "POST", "Command": "New-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "POST", "Command": "New-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/issues" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceHealthIssue", "Method": "POST", "Command": "New-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/issues" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "POST", "Command": "New-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Method": "POST", "Command": "New-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "POST", "Command": "New-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Method": "POST", "Command": "New-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphServicePrincipal1", "Method": "POST", "Command": "New-MgServicePrincipal", + "Module": "Applications", + "Uri": "/servicePrincipals", "Variants": [ "Create", "CreateExpanded" @@ -184382,15 +184277,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/servicePrincipals" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphServicePrincipal", "Method": "POST", "Command": "New-MgServicePrincipal", + "Module": "Applications", + "Uri": "/servicePrincipals", "Variants": [ "Create1", "CreateExpanded1" @@ -184400,15 +184295,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/servicePrincipals" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "POST", "Command": "New-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Variants": [ "Create", "CreateExpanded", @@ -184418,31 +184313,31 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "POST", "Command": "New-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Variants": [ "Create1", "CreateExpanded1", @@ -184468,15 +184363,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "POST", "Command": "New-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Variants": [ "Create", "CreateExpanded", @@ -184486,31 +184381,31 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "POST", "Command": "New-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Variants": [ "Create1", "CreateExpanded1", @@ -184536,15 +184431,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Variants": [ "Create", "CreateExpanded", @@ -184570,15 +184465,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -184604,15 +184499,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "POST", "Command": "New-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Variants": [ "Create", "CreateExpanded", @@ -184621,18 +184516,18 @@ ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Method": "POST", "Command": "New-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Variants": [ "Create1", "CreateExpanded1", @@ -184644,45 +184539,45 @@ "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphEndpoint", "Method": "POST", "Command": "New-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphEndpoint", "Method": "POST", "Command": "New-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Variants": [ "Create", "CreateExpanded", @@ -184708,15 +184603,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -184742,30 +184637,30 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphLicenseDetails", "Method": "POST", "Command": "New-MgServicePrincipalLicenseDetail", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgServicePrincipalOwnerByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Variants": [ "Create", "CreateExpanded", @@ -184784,16 +184679,22 @@ "Description": "Read directory data", "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "New-MgServicePrincipalOwnerByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Variants": [ "Create1", "CreateExpanded1", @@ -184813,15 +184714,15 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Method": "POST", "Command": "New-MgServicePrincipalPasswordSingleSignOnCredentials", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", "Variants": [ "Create", "CreateExpanded", @@ -184831,57 +184732,57 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "POST", "Command": "New-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/servicePrincipalRiskDetections" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "POST", "Command": "New-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/servicePrincipalRiskDetections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationJob", "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "Variants": [ "Create", "CreateExpanded", @@ -184893,15 +184794,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "Variants": [ "Provision", "ProvisionExpanded", @@ -184913,210 +184814,210 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationTemplate", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphDirectoryDefinition", "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "New-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "New-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", "Command": "New-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "POST", "Command": "New-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "Create2", "Create3", @@ -185127,15 +185028,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "Create", "Create1", @@ -185146,15 +185047,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Variants": [ "Create2", "Create3", @@ -185165,15 +185066,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "Variants": [ "Create", "Create1", @@ -185184,101 +185085,101 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSharedDriveItem1", "Method": "POST", "Command": "New-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/shares" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSharedDriveItem", "Method": "POST", "Command": "New-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/shares" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns", "Variants": [ "Create", "CreateExpanded", @@ -185298,15 +185199,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns", "Variants": [ "Create1", "CreateExpanded1", @@ -185316,25 +185217,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "New-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes", "Variants": [ "Create", "CreateExpanded", @@ -185354,15 +185255,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "New-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes", "Variants": [ "Create1", "CreateExpanded1", @@ -185382,15 +185283,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Variants": [ "Create", "CreateExpanded", @@ -185410,15 +185311,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Variants": [ "Create1", "CreateExpanded1", @@ -185428,55 +185329,55 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphList", "Method": "POST", "Command": "New-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists", "Variants": [ "Create", "CreateExpanded", @@ -185485,18 +185386,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/lists" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphList1", "Method": "POST", "Command": "New-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists", "Variants": [ "Create1", "CreateExpanded1", @@ -185508,15 +185409,15 @@ "Description": "Create, edit, and delete items and lists in all your site collections", "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/lists" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Variants": [ "Create", "CreateExpanded", @@ -185536,15 +185437,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Variants": [ "Create1", "CreateExpanded1", @@ -185554,55 +185455,55 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "New-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "New-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Variants": [ "Create", "CreateExpanded", @@ -185622,15 +185523,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Variants": [ "Create1", "CreateExpanded1", @@ -185640,55 +185541,55 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem", "Method": "POST", "Command": "New-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "Variants": [ "Create", "CreateExpanded", @@ -185700,15 +185601,15 @@ "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/lists/{list-id}/items" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", "Command": "New-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "Variants": [ "Create1", "CreateExpanded1", @@ -185720,15 +185621,15 @@ "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/lists/{list-id}/items" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Variants": [ "Create", "CreateExpanded", @@ -185754,15 +185655,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", @@ -185788,15 +185689,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgSiteListItemLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "Variants": [ "Create", "CreateExpanded", @@ -185806,121 +185707,121 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "POST", "Command": "New-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks", "Variants": [ "Create1", "CreateExpanded1", @@ -185930,31 +185831,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "POST", "Command": "New-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks", "Variants": [ "Create", "CreateExpanded", @@ -185980,15 +185881,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgSiteOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "Create1", "CreateExpanded1", @@ -185998,31 +185899,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", "Command": "New-MgSiteOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "Create", "CreateExpanded", @@ -186048,15 +185949,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "Create1", "CreateExpanded1", @@ -186082,15 +185983,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "Create", "CreateExpanded", @@ -186100,31 +186001,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "POST", "Command": "New-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages", "Variants": [ "Create1", "CreateExpanded1", @@ -186134,31 +186035,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", "Command": "New-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages", "Variants": [ "Create", "CreateExpanded", @@ -186184,75 +186085,75 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", "Command": "New-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", "Command": "New-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sectionGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", "Command": "New-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sectionGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgSiteOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "Create1", "CreateExpanded1", @@ -186262,31 +186163,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", "Command": "New-MgSiteOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "Create", "CreateExpanded", @@ -186312,15 +186213,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "POST", "Command": "New-MgSiteOnenoteSectionPage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "Create1", "CreateExpanded1", @@ -186346,15 +186247,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", "Command": "New-MgSiteOnenoteSectionPage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "Create", "CreateExpanded", @@ -186364,31 +186265,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphSitePage", "Method": "POST", "Command": "New-MgSitePage", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages", "Variants": [ "Create", "CreateExpanded", @@ -186400,90 +186301,90 @@ "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/pages" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSection", "Method": "POST", "Command": "New-MgSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Method": "POST", "Command": "New-MgSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "New-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "New-MgSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "New-MgSitePageWebPart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions", "Variants": [ "Create", "CreateExpanded", @@ -186495,15 +186396,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/permissions" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions", "Variants": [ "Create1", "CreateExpanded1", @@ -186515,50 +186416,45 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/permissions" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStore1", "Method": "POST", "Command": "New-MgSiteTermStore", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup", "Method": "POST", "Command": "New-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": { - "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 - }, - "Uri": "/sites/{site-id}/termStore/groups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreGroup1", "Method": "POST", "Command": "New-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups", "Variants": [ "Create", "Create1", @@ -186571,33 +186467,33 @@ ], "Permissions": { "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 - }, - "Uri": "/sites/{site-id}/termStore/groups" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Variants": [ "Create", "Create1", @@ -186608,30 +186504,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "Variants": [ "Create", "Create1", @@ -186646,15 +186542,15 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "Create1", @@ -186665,30 +186561,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "Variants": [ "Create", "Create1", @@ -186699,30 +186595,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "Variants": [ "Create", "Create1", @@ -186733,30 +186629,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "Variants": [ "Create", "Create1", @@ -186767,45 +186663,45 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "Create", "Create1", @@ -186816,15 +186712,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet1", "Method": "POST", "Command": "New-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets", "Variants": [ "Create2", "CreateExpanded2", @@ -186833,18 +186729,18 @@ ], "Permissions": { "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 - }, - "Uri": "/sites/{site-id}/termStore/sets" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", "Command": "New-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets", "Variants": [ "Create", "Create1", @@ -186860,15 +186756,15 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Variants": [ "Create3", "CreateExpanded3", @@ -186880,15 +186776,15 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Variants": [ "Create", "Create1", @@ -186905,18 +186801,18 @@ ], "Permissions": { "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "Create1", @@ -186927,30 +186823,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreSet", "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Variants": [ "Create", "Create1", @@ -186961,15 +186857,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "Create1", @@ -186980,105 +186876,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", "Command": "New-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Variants": [ "Create", "Create1", @@ -187089,30 +186985,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "Variants": [ "Create", "Create1", @@ -187123,15 +187019,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm1", "Method": "POST", "Command": "New-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Variants": [ "Create2", "CreateExpanded2", @@ -187143,15 +187039,15 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreTerm", "Method": "POST", "Command": "New-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Variants": [ "Create", "Create1", @@ -187164,33 +187060,33 @@ ], "Permissions": { "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation1", "Method": "POST", "Command": "New-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "Create2", "CreateExpanded2", @@ -187202,15 +187098,15 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": "IMicrosoftGraphTermStoreRelation", "Method": "POST", "Command": "New-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Variants": [ "Create", "Create1", @@ -187226,67 +187122,67 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "POST", "Command": "New-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/subscribedSkus" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphSubscribedSku", "Method": "POST", "Command": "New-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/subscribedSkus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ChangeNotifications", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "ChangeNotifications", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions", "Variants": [ "Create1", "CreateExpanded1" ], - "Permissions": [], - "Uri": "/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam", "Method": "POST", "Command": "New-MgTeam", + "Module": "Teams", + "Uri": "/teams", "Variants": [ "Create1", "CreateExpanded1" @@ -187294,31 +187190,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Team.Create", - "Description": "Create teams", - "FullDescription": "Allows the app to create teams on your behalf. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/teams" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeam1", "Method": "POST", "Command": "New-MgTeam", + "Module": "Teams", + "Uri": "/teams", "Variants": [ "Create", "CreateExpanded" @@ -187342,15 +187238,15 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false } - ], - "Uri": "/teams" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "POST", "Command": "New-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels", "Variants": [ "Create1", "CreateExpanded1", @@ -187376,15 +187272,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel1", "Method": "POST", "Command": "New-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels", "Variants": [ "Create", "CreateExpanded", @@ -187394,67 +187290,67 @@ "Permissions": [ { "Name": "Channel.Create", - "Description": "Create channels", - "FullDescription": "Create channels in any team, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "New-MgTeamChannelEmail", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", "Variants": [ "Provision1", "ProvisionViaIdentity1" ], "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "New-MgTeamChannelEmail", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Variants": [ "Create1", "CreateExpanded1", @@ -187466,15 +187362,15 @@ "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/members" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Variants": [ "Create", "CreateExpanded", @@ -187486,15 +187382,15 @@ "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/members" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgTeamChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Variants": [ "Create1", "CreateExpanded1", @@ -187526,15 +187422,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgTeamChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Variants": [ "Create", "CreateExpanded", @@ -187566,45 +187462,45 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create1", "CreateExpanded1", @@ -187614,37 +187510,37 @@ "Permissions": [ { "Name": "ChannelMessage.Send", - "Description": "Send channel messages", - "FullDescription": "Allows the app to send channel messages in Microsoft Teams, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create", "CreateExpanded", @@ -187676,75 +187572,75 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", "Command": "New-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", "Command": "New-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", "Command": "New-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Variants": [ "Create1", "CreateExpanded1", @@ -187788,15 +187684,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", "Command": "New-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Variants": [ "Create", "CreateExpanded", @@ -187806,49 +187702,49 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "POST", "Command": "New-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps", "Variants": [ "Create1", "CreateExpanded1", @@ -187858,37 +187754,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/installedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "POST", "Command": "New-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps", "Variants": [ "Create", "CreateExpanded", @@ -187920,15 +187816,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/installedApps" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members", "Variants": [ "Create1", "CreateExpanded1", @@ -187937,18 +187833,18 @@ ], "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 - }, - "Uri": "/teams/{team-id}/members" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members", "Variants": [ "Create", "CreateExpanded", @@ -187960,296 +187856,296 @@ "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 - }, - "Uri": "/teams/{team-id}/members" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "POST", "Command": "New-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Method": "POST", "Command": "New-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", "Command": "New-MgTeamPermissionGrant", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "New-MgTeamPrimaryChannelEmail", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", "Variants": [ "Provision1", "ProvisionViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "New-MgTeamPrimaryChannelEmail", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", "Command": "New-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Method": "POST", "Command": "New-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", "Command": "New-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", "Command": "New-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Method": "POST", "Command": "New-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Variants": [ "Create1", "CreateExpanded1", @@ -188269,15 +188165,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOfferShiftRequest", "Method": "POST", "Command": "New-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Variants": [ "Create", "CreateExpanded", @@ -188297,15 +188193,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift1", "Method": "POST", "Command": "New-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts", "Variants": [ "Create1", "CreateExpanded1", @@ -188325,15 +188221,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/openShifts" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShift", "Method": "POST", "Command": "New-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts", "Variants": [ "Create", "CreateExpanded", @@ -188343,81 +188239,65 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/openShifts" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Method": "POST", "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests" + "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 + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Method": "POST", "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests" + "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 + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup1", "Method": "POST", "Command": "New-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "Variants": [ "Create1", "CreateExpanded1", @@ -188437,15 +188317,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSchedulingGroup", "Method": "POST", "Command": "New-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "Variants": [ "Create", "CreateExpanded", @@ -188465,43 +188345,35 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift1", "Method": "POST", "Command": "New-MgTeamScheduleShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/shifts" + "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 + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphShift", "Method": "POST", "Command": "New-MgTeamScheduleShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts", "Variants": [ "Create", "CreateExpanded", @@ -188511,25 +188383,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/shifts" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Method": "POST", "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Variants": [ "Create1", "CreateExpanded1", @@ -188539,25 +188411,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "POST", "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Variants": [ "Create", "CreateExpanded", @@ -188567,25 +188439,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", "Command": "New-MgTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards", "Variants": [ "Create", "CreateExpanded", @@ -188594,46 +188466,38 @@ ], "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 - }, - "Uri": "/teams/{team-id}/schedule/timeCards" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff1", "Method": "POST", "Command": "New-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/timesOff" + "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 + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOff", "Method": "POST", "Command": "New-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff", "Variants": [ "Create", "CreateExpanded", @@ -188643,111 +188507,95 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/timesOff" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffReason1", "Method": "POST", "Command": "New-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons" + "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 + } }, - { - "ApiVersion": "v1.0", - "Module": "Teams", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Method": "POST", - "Command": "New-MgTeamScheduleTimeOffReason", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "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 - }, - { - "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 - } + { + "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", + "Command": "New-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons" + "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 + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest1", "Method": "POST", "Command": "New-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timeOffRequests" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeOffRequest", "Method": "POST", "Command": "New-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timeOffRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "POST", "Command": "New-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags", "Variants": [ "Create1", "CreateExpanded1", @@ -188759,15 +188607,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/tags" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTag", "Method": "POST", "Command": "New-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags", "Variants": [ "Create", "CreateExpanded", @@ -188779,15 +188627,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/tags" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "POST", "Command": "New-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Variants": [ "Create1", "CreateExpanded1", @@ -188799,15 +188647,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "POST", "Command": "New-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Variants": [ "Create", "CreateExpanded", @@ -188816,220 +188664,220 @@ ], "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 - }, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphDeletedTeam", "Method": "POST", "Command": "New-MgTeamworkDeletedTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChannel", "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannel", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelEmail", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMember", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMessage", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelTab", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDevice", "Method": "POST", "Command": "New-MgTeamworkDevice", + "Module": "Teams", + "Uri": "/teamwork/devices", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/teamwork/devices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Method": "POST", "Command": "New-MgTeamworkDeviceOperation", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamTemplate", "Method": "POST", "Command": "New-MgTeamworkTeamTemplate", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Method": "POST", "Command": "New-MgTeamworkTeamTemplateDefinition", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphWorkforceIntegration1", "Method": "POST", "Command": "New-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations", "Variants": [ "Create1", "CreateExpanded1" @@ -189039,15 +188887,15 @@ "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 - }, - "Uri": "/teamwork/workforceIntegrations" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphWorkforceIntegration", "Method": "POST", "Command": "New-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations", "Variants": [ "Create", "CreateExpanded" @@ -189057,420 +188905,420 @@ "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 - }, - "Uri": "/teamwork/workforceIntegrations" + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenant", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenants", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantAlertLog", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantAlertRule", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantApiNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantAuditEvent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/auditEvents", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/auditEvents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantCloudPcConnection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantCloudPcDevice", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantCloudPcOverview", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantCustomizedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantDetailedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantEmailNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantGroup", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantGroups", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementAction", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementIntent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementIntents", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementIntents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplate", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStep", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantMyRole", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/myRoles" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantTag", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantTags", "Variants": [ "Create", "CreateExpanded" @@ -189480,54 +189328,54 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/tenantRelationships/managedTenants/tenantTags" + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantTicketingEndpoint", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Method": "POST", "Command": "New-MgTenantRelationshipManagedTenantWindowProtectionState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "Variants": [ "Create", "CreateExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Method": "POST", "Command": "New-MgTrustFrameworkKeySet", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets", "Variants": [ "Create", "CreateExpanded" @@ -189537,15 +189385,15 @@ "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 - }, - "Uri": "/trustFramework/keySets" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Method": "POST", "Command": "New-MgTrustFrameworkKeySetKey", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", "Variants": [ "Generate", "GenerateExpanded", @@ -189557,15 +189405,15 @@ "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 - }, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgTrustFrameworkPolicy", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/policies", "Variants": [ "Create", "CreateExpanded" @@ -189575,15 +189423,15 @@ "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 - }, - "Uri": "/trustFramework/policies" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphUser1", "Method": "POST", "Command": "New-MgUser", + "Module": "Users", + "Uri": "/users", "Variants": [ "Create", "CreateExpanded" @@ -189591,78 +189439,54 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphUser", "Method": "POST", "Command": "New-MgUser", + "Module": "Users", + "Uri": "/users", "Variants": [ "Create1", "CreateExpanded1" ], "Permissions": [ - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, { "Name": "Directory.ReadWrite.All", "Description": "Read and write directory data", @@ -189675,75 +189499,75 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users" + ] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUserActivity1", "Method": "POST", "Command": "New-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUserActivity", "Method": "POST", "Command": "New-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphActivityHistoryItem", "Method": "POST", "Command": "New-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphActivityHistoryItem1", "Method": "POST", "Command": "New-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Method": "POST", "Command": "New-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments", "Variants": [ "Create", "CreateExpanded", @@ -189755,15 +189579,15 @@ "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 - }, - "Uri": "/users/{user-id}/appRoleAssignments" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": "IMicrosoftGraphAppRoleAssignment", "Method": "POST", "Command": "New-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments", "Variants": [ "Create1", "CreateExpanded1", @@ -189772,18 +189596,18 @@ ], "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 - }, - "Uri": "/users/{user-id}/appRoleAssignments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "POST", "Command": "New-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods", "Variants": [ "Create", "CreateExpanded", @@ -189803,15 +189627,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/emailMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Method": "POST", "Command": "New-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods", "Variants": [ "Create1", "CreateExpanded1", @@ -189831,195 +189655,195 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/emailMethods" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "POST", "Command": "New-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "POST", "Command": "New-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "POST", "Command": "New-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphLongRunningOperation", "Method": "POST", "Command": "New-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "POST", "Command": "New-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "POST", "Command": "New-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Method": "POST", "Command": "New-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods", "Variants": [ "Create", "CreateExpanded", @@ -190039,15 +189863,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Method": "POST", "Command": "New-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods", "Variants": [ "Create1", "CreateExpanded1", @@ -190067,15 +189891,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Method": "POST", "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Variants": [ "Create", "CreateExpanded", @@ -190087,15 +189911,15 @@ "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 - }, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Method": "POST", "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Variants": [ "Create1", "CreateExpanded1", @@ -190104,108 +189928,108 @@ ], "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 - }, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphCommand", "Method": "POST", "Command": "New-MgUserAuthenticationWindowHelloForBusinessMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "New-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/$ref", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUsageRight", "Method": "POST", "Command": "New-MgUserAuthenticationWindowHelloForBusinessMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "POST", "Command": "New-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars", "Variants": [ "Create", "CreateExpanded", @@ -190217,15 +190041,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendars" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "POST", "Command": "New-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars", "Variants": [ "Create1", "CreateExpanded1", @@ -190237,15 +190061,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendars" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "POST", "Command": "New-MgUserCalendarEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Variants": [ "Create", "CreateExpanded", @@ -190257,15 +190081,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendars/{calendar-id}/events" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "POST", "Command": "New-MgUserCalendarEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Variants": [ "Create1", "CreateExpanded1", @@ -190277,15 +190101,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendars/{calendar-id}/events" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarGroup", "Method": "POST", "Command": "New-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups", "Variants": [ "Create", "CreateExpanded", @@ -190297,15 +190121,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarGroup1", "Method": "POST", "Command": "New-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups", "Variants": [ "Create1", "CreateExpanded1", @@ -190317,15 +190141,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar1", "Method": "POST", "Command": "New-MgUserCalendarGroupCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "Variants": [ "Create", "CreateExpanded", @@ -190337,15 +190161,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendar", "Method": "POST", "Command": "New-MgUserCalendarGroupCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "Variants": [ "Create1", "CreateExpanded1", @@ -190357,15 +190181,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", "Variants": [ "Create", "Create1", @@ -190376,15 +190200,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", "Variants": [ "Create2", "Create3", @@ -190395,15 +190219,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "POST", "Command": "New-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions", "Variants": [ "Create", "Create1", @@ -190414,15 +190238,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/calendarPermissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphCalendarPermission", "Method": "POST", "Command": "New-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions", "Variants": [ "Create2", "Create3", @@ -190433,15 +190257,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/calendarPermissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", "Variants": [ "Create", "Create1", @@ -190452,15 +190276,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", "Variants": [ "Create2", "Create3", @@ -190471,315 +190295,315 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat", "Method": "POST", "Command": "New-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChat1", "Method": "POST", "Command": "New-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Method": "POST", "Command": "New-MgUserChatInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Method": "POST", "Command": "New-MgUserChatInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/members" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphConversationMember", "Method": "POST", "Command": "New-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/members" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage", "Method": "POST", "Command": "New-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessage1", "Method": "POST", "Command": "New-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "POST", "Command": "New-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Method": "POST", "Command": "New-MgUserChatOperation", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Method": "POST", "Command": "New-MgUserChatPermissionGrant", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Method": "POST", "Command": "New-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Method": "POST", "Command": "New-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab1", "Method": "POST", "Command": "New-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphTeamsTab", "Method": "POST", "Command": "New-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "POST", "Command": "New-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts", "Variants": [ "Create1", "CreateExpanded1", @@ -190791,15 +190615,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "POST", "Command": "New-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts", "Variants": [ "Create", "CreateExpanded", @@ -190811,45 +190635,45 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "POST", "Command": "New-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "POST", "Command": "New-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder1", "Method": "POST", "Command": "New-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders", "Variants": [ "Create", "CreateExpanded", @@ -190861,15 +190685,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder", "Method": "POST", "Command": "New-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders", "Variants": [ "Create1", "CreateExpanded1", @@ -190881,15 +190705,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder1", "Method": "POST", "Command": "New-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Variants": [ "Create1", "CreateExpanded1", @@ -190901,15 +190725,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContactFolder", "Method": "POST", "Command": "New-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Variants": [ "Create", "CreateExpanded", @@ -190921,195 +190745,195 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact1", "Method": "POST", "Command": "New-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Variants": [ "Create1", "CreateExpanded1", @@ -191118,18 +190942,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphContact", "Method": "POST", "Command": "New-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Variants": [ "Create", "CreateExpanded", @@ -191138,243 +190962,243 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "POST", "Command": "New-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "POST", "Command": "New-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphDevice", "Method": "POST", "Command": "New-MgUserDevice", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphCommand", "Method": "POST", "Command": "New-MgUserDeviceCommand", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands", "Variants": [ "Create", "CreateExpanded", @@ -191386,990 +191210,990 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/devices/{device-id}/commands" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Method": "POST", "Command": "New-MgUserDeviceEnrollmentConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Method": "POST", "Command": "New-MgUserDeviceEnrollmentConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "POST", "Command": "New-MgUserDeviceExtension", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Method": "POST", "Command": "New-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Method": "POST", "Command": "New-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "POST", "Command": "New-MgUserDeviceRegisteredOwnerByRef", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": "IMicrosoftGraphUsageRight", "Method": "POST", "Command": "New-MgUserDeviceUsageRights", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/usageRights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive1", "Method": "POST", "Command": "New-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDrive", "Method": "POST", "Command": "New-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "New-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "New-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgUserDriveItemLink", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgUserDriveItemLink", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgUserDriveItemListItemLink", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserDriveItemUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserDriveItemUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType1", "Method": "POST", "Command": "New-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphContentType", "Method": "POST", "Command": "New-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition1", "Method": "POST", "Command": "New-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnDefinition", "Method": "POST", "Command": "New-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphColumnLink", "Method": "POST", "Command": "New-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem1", "Method": "POST", "Command": "New-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItem", "Method": "POST", "Command": "New-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgUserDriveListItemLink", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Method": "POST", "Command": "New-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgUserDriveRootLink", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgUserDriveRootLink", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDocumentSetVersion", "Method": "POST", "Command": "New-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgUserDriveRootListItemLink", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphListItemVersion", "Method": "POST", "Command": "New-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "New-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "New-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription1", "Method": "POST", "Command": "New-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphSubscription", "Method": "POST", "Command": "New-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphThumbnailSet", "Method": "POST", "Command": "New-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserDriveRootUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserDriveRootUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItemVersion", "Method": "POST", "Command": "New-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent", "Method": "POST", "Command": "New-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events", "Variants": [ "Create", "CreateExpanded", @@ -192381,15 +192205,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphEvent1", "Method": "POST", "Command": "New-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events", "Variants": [ "Create1", "CreateExpanded1", @@ -192398,18 +192222,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserEventAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments", "Variants": [ "Create", "CreateExpanded", @@ -192421,15 +192245,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserEventAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", @@ -192441,15 +192265,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/attachments" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserEventAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", @@ -192459,25 +192283,25 @@ "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserEventAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", @@ -192487,475 +192311,475 @@ "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserEventExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgUserEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserEventExceptionOccurrenceInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgUserEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserEventInstanceAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserEventInstanceAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserEventInstanceExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgUserEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "POST", "Command": "New-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "POST", "Command": "New-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "POST", "Command": "New-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "POST", "Command": "New-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides", "Variants": [ "Create1", "CreateExpanded1", @@ -192967,15 +192791,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/inferenceClassification/overrides" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Method": "POST", "Command": "New-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides", "Variants": [ "Create", "CreateExpanded", @@ -192984,108 +192808,108 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/inferenceClassification/overrides" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Method": "POST", "Command": "New-MgUserInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Method": "POST", "Command": "New-MgUserInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy/labels", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy/labels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "POST", "Command": "New-MgUserInformationProtectionSensitivityLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphSensitivityLabel", "Method": "POST", "Command": "New-MgUserInformationProtectionSensitivityLabelSublabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Method": "POST", "Command": "New-MgUserInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Method": "POST", "Command": "New-MgUserInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", "Command": "New-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders", "Variants": [ "Create1", "CreateExpanded1", @@ -193094,18 +192918,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", "Command": "New-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders", "Variants": [ "Create", "CreateExpanded", @@ -193117,15 +192941,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder1", "Method": "POST", "Command": "New-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Variants": [ "Create", "CreateExpanded", @@ -193137,15 +192961,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMailFolder", "Method": "POST", "Command": "New-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Variants": [ "Create1", "CreateExpanded1", @@ -193154,78 +192978,78 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", @@ -193237,15 +193061,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", @@ -193257,300 +193081,300 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageForward", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageForward", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageReply", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageReply", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Variants": [ "Create1", "CreateExpanded1", @@ -193562,15 +193386,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Variants": [ "Create", "CreateExpanded", @@ -193579,18 +193403,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserMailFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", @@ -193602,15 +193426,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserMailFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Variants": [ "Create", "CreateExpanded", @@ -193622,75 +193446,75 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "POST", "Command": "New-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "POST", "Command": "New-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMailFolderMessageForward", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", "Variants": [ "Create", "CreateExpanded", @@ -193699,18 +193523,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMailFolderMessageForward", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", "Variants": [ "Create1", "CreateExpanded1", @@ -193719,63 +193543,63 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "POST", "Command": "New-MgUserMailFolderMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMailFolderMessageReply", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", "Variants": [ "Create", "CreateExpanded", @@ -193787,15 +193611,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMailFolderMessageReply", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", "Variants": [ "Create2", "CreateExpanded2", @@ -193807,15 +193631,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMailFolderMessageReplyAll", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", "Variants": [ "Create1", "CreateExpanded1", @@ -193824,18 +193648,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMailFolderMessageReplyAll", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", "Variants": [ "Create3", "CreateExpanded3", @@ -193847,384 +193671,384 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "POST", "Command": "New-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessageRule", "Method": "POST", "Command": "New-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDevice1", "Method": "POST", "Command": "New-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDevice", "Method": "POST", "Command": "New-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Method": "POST", "Command": "New-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Method": "POST", "Command": "New-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "POST", "Command": "New-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Method": "POST", "Command": "New-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Method": "POST", "Command": "New-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "POST", "Command": "New-MgUserManagedDeviceLogCollectionRequest", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "POST", "Command": "New-MgUserManagedDeviceLogCollectionResponse", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Method": "POST", "Command": "New-MgUserManagedDeviceMobileAppConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgUserManagedDeviceRemoteHelpSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createRemoteHelpSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createRemoteHelpSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSecurityBaselineState", "Method": "POST", "Command": "New-MgUserManagedDeviceSecurityBaselineState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Method": "POST", "Command": "New-MgUserManagedDeviceSecurityBaselineStateSettingState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Method": "POST", "Command": "New-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "Variants": [ "Update", "UpdateViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "Variants": [ "Update1", "UpdateViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages", "Variants": [ "Create", "CreateExpanded", @@ -194236,15 +194060,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages", "Variants": [ "Create1", "CreateExpanded1", @@ -194253,18 +194077,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Variants": [ "Create", "CreateExpanded", @@ -194276,15 +194100,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", @@ -194293,46 +194117,38 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/attachments" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserMessageAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "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 - }, - { - "Name": "Mail.ReadWrite", - "Description": "Read and write access to your mail ", - "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", - "IsAdmin": false - } - ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession" + "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 + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserMessageAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", @@ -194342,55 +194158,55 @@ "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "POST", "Command": "New-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "POST", "Command": "New-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMessageForward", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createForward", "Variants": [ "Create", "CreateExpanded", @@ -194402,15 +194218,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/createForward" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMessageForward", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createForward", "Variants": [ "Create1", "CreateExpanded1", @@ -194422,60 +194238,60 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/createForward" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMention", "Method": "POST", "Command": "New-MgUserMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/mentions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/mentions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMessageReply", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createReply", "Variants": [ "Create", "CreateExpanded", @@ -194484,18 +194300,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/createReply" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMessageReply", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createReply", "Variants": [ "Create2", "CreateExpanded2", @@ -194507,15 +194323,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/createReply" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage", "Method": "POST", "Command": "New-MgUserMessageReplyAll", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", "Variants": [ "Create1", "CreateExpanded1", @@ -194527,15 +194343,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphMessage1", "Method": "POST", "Command": "New-MgUserMessageReplyAll", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", "Variants": [ "Create3", "CreateExpanded3", @@ -194547,45 +194363,45 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", "Method": "POST", "Command": "New-MgUserMobileAppIntentAndState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppIntentAndStates", "Variants": [ "Create", "CreateExpanded", @@ -194594,61 +194410,61 @@ ], "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 - }, - "Uri": "/users/{user-id}/mobileAppIntentAndStates" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Method": "POST", "Command": "New-MgUserMobileAppTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Method": "POST", "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Method": "POST", "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphNotification", "Method": "POST", "Command": "New-MgUserNotification", + "Module": "Users", + "Uri": "/users/{user-id}/notifications", "Variants": [ "Create", "CreateExpanded", @@ -194660,15 +194476,15 @@ "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 - }, - "Uri": "/users/{user-id}/notifications" + } }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook1", "Method": "POST", "Command": "New-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks", "Variants": [ "Create1", "CreateExpanded1", @@ -194694,15 +194510,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphNotebook", "Method": "POST", "Command": "New-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks", "Variants": [ "Create", "CreateExpanded", @@ -194712,99 +194528,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgUserOnenoteNotebookSection", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections" - }, - { - "ApiVersion": "v1.0", - "Module": "Notes", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Method": "POST", - "Command": "New-MgUserOnenoteNotebookSection", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false - } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections" - }, - { - "ApiVersion": "beta", "Module": "Notes", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Method": "POST", - "Command": "New-MgUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "Create1", "CreateExpanded1", @@ -194830,15 +194578,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", - "OutputType": "IMicrosoftGraphSectionGroup", + "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", - "Command": "New-MgUserOnenoteNotebookSectionGroup", + "Command": "New-MgUserOnenoteNotebookSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Variants": [ "Create", "CreateExpanded", @@ -194864,15 +194612,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups" + ] }, { "ApiVersion": "beta", - "Module": "Notes", - "OutputType": "IMicrosoftGraphOnenotePage", + "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", - "Command": "New-MgUserOnenotePage", + "Command": "New-MgUserOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Variants": [ "Create1", "CreateExpanded1", @@ -194898,15 +194646,83 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages" + ] }, { "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgUserOnenoteNotebookSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgUserOnenotePage", "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", "Command": "New-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages", "Variants": [ "Create", "CreateExpanded", @@ -194916,91 +194732,91 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sections" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", "Command": "New-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sections" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup1", "Method": "POST", "Command": "New-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sectionGroups" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphSectionGroup", "Method": "POST", "Command": "New-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sectionGroups" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection1", "Method": "POST", "Command": "New-MgUserOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "Create1", "CreateExpanded1", @@ -195026,15 +194842,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenoteSection", "Method": "POST", "Command": "New-MgUserOnenoteSectionGroupSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Variants": [ "Create", "CreateExpanded", @@ -195060,15 +194876,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage", "Method": "POST", "Command": "New-MgUserOnenoteSectionPage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "Create", "CreateExpanded", @@ -195078,31 +194894,31 @@ "Permissions": [ { "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": "IMicrosoftGraphOnenotePage1", "Method": "POST", "Command": "New-MgUserOnenoteSectionPage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Variants": [ "Create1", "CreateExpanded1", @@ -195128,15 +194944,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting1", "Method": "POST", "Command": "New-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings", "Variants": [ "Create", "CreateExpanded", @@ -195148,15 +194964,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphOnlineMeeting", "Method": "POST", "Command": "New-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings", "Variants": [ "Create1", "CreateExpanded1", @@ -195168,45 +194984,45 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Method": "POST", "Command": "New-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Method": "POST", "Command": "New-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord1", "Method": "POST", "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Variants": [ "Create", "Create1", @@ -195217,60 +195033,60 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphAttendanceRecord", "Method": "POST", "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Method": "POST", "Command": "New-MgUserOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCallTranscript", "Method": "POST", "Command": "New-MgUserOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "POST", "Command": "New-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories", "Variants": [ "Create1", "CreateExpanded1", @@ -195279,18 +195095,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookCategory", "Method": "POST", "Command": "New-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories", "Variants": [ "Create", "CreateExpanded", @@ -195302,15 +195118,15 @@ "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "POST", "Command": "New-MgUserOutlookTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks", "Variants": [ "Create", "CreateExpanded", @@ -195319,18 +195135,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/tasks" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserOutlookTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", "Variants": [ "Create", "CreateExpanded", @@ -195342,30 +195158,30 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserOutlookTaskAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "POST", "Command": "New-MgUserOutlookTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders", "Variants": [ "Create", "CreateExpanded", @@ -195377,45 +195193,45 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskFolders" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "POST", "Command": "New-MgUserOutlookTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "Variants": [ "Create", "CreateExpanded", @@ -195424,78 +195240,78 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserOutlookTaskFolderTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserOutlookTaskFolderTaskAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Method": "POST", "Command": "New-MgUserOutlookTaskGroup", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups", "Variants": [ "Create", "CreateExpanded", @@ -195507,15 +195323,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Method": "POST", "Command": "New-MgUserOutlookTaskGroupTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", "Variants": [ "Create", "CreateExpanded", @@ -195524,48 +195340,48 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphOutlookTask", "Method": "POST", "Command": "New-MgUserOutlookTaskGroupTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "Variants": [ "Create", "CreateExpanded", @@ -195577,105 +195393,105 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachment", "Method": "POST", "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Method": "POST", "Command": "New-MgUserOutlookTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphUserAccountInformation", "Method": "POST", "Command": "New-MgUserProfileAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/account", "Variants": [ "Create", "CreateExpanded", @@ -195695,15 +195511,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/account" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemAddress", "Method": "POST", "Command": "New-MgUserProfileAddress", + "Module": "People", + "Uri": "/users/{user-id}/profile/addresses", "Variants": [ "Create", "CreateExpanded", @@ -195713,25 +195529,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/addresses" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Method": "POST", "Command": "New-MgUserProfileAnniversary", + "Module": "People", + "Uri": "/users/{user-id}/profile/anniversaries", "Variants": [ "Create", "CreateExpanded", @@ -195751,15 +195567,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/anniversaries" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAward", "Method": "POST", "Command": "New-MgUserProfileAward", + "Module": "People", + "Uri": "/users/{user-id}/profile/awards", "Variants": [ "Create", "CreateExpanded", @@ -195779,15 +195595,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/awards" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonCertification", "Method": "POST", "Command": "New-MgUserProfileCertification", + "Module": "People", + "Uri": "/users/{user-id}/profile/certifications", "Variants": [ "Create", "CreateExpanded", @@ -195807,15 +195623,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/certifications" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphEducationalActivity", "Method": "POST", "Command": "New-MgUserProfileEducationalActivity", + "Module": "People", + "Uri": "/users/{user-id}/profile/educationalActivities", "Variants": [ "Create", "CreateExpanded", @@ -195835,15 +195651,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/educationalActivities" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemEmail", "Method": "POST", "Command": "New-MgUserProfileEmail", + "Module": "People", + "Uri": "/users/{user-id}/profile/emails", "Variants": [ "Create", "CreateExpanded", @@ -195863,15 +195679,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/emails" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonInterest", "Method": "POST", "Command": "New-MgUserProfileInterest", + "Module": "People", + "Uri": "/users/{user-id}/profile/interests", "Variants": [ "Create", "CreateExpanded", @@ -195881,25 +195697,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/interests" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphLanguageProficiency", "Method": "POST", "Command": "New-MgUserProfileLanguage", + "Module": "People", + "Uri": "/users/{user-id}/profile/languages", "Variants": [ "Create", "CreateExpanded", @@ -195909,25 +195725,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/languages" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonName", "Method": "POST", "Command": "New-MgUserProfileName", + "Module": "People", + "Uri": "/users/{user-id}/profile/names", "Variants": [ "Create", "CreateExpanded", @@ -195965,15 +195781,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/names" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonAnnotation", "Method": "POST", "Command": "New-MgUserProfileNote", + "Module": "People", + "Uri": "/users/{user-id}/profile/notes", "Variants": [ "Create", "CreateExpanded", @@ -195983,25 +195799,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/notes" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPatent", "Method": "POST", "Command": "New-MgUserProfilePatent", + "Module": "People", + "Uri": "/users/{user-id}/profile/patents", "Variants": [ "Create", "CreateExpanded", @@ -196011,25 +195827,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/patents" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPhone", "Method": "POST", "Command": "New-MgUserProfilePhone", + "Module": "People", + "Uri": "/users/{user-id}/profile/phones", "Variants": [ "Create", "CreateExpanded", @@ -196049,15 +195865,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/phones" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphWorkPosition", "Method": "POST", "Command": "New-MgUserProfilePosition", + "Module": "People", + "Uri": "/users/{user-id}/profile/positions", "Variants": [ "Create", "CreateExpanded", @@ -196077,15 +195893,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/positions" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphProjectParticipation", "Method": "POST", "Command": "New-MgUserProfileProject", + "Module": "People", + "Uri": "/users/{user-id}/profile/projects", "Variants": [ "Create", "CreateExpanded", @@ -196095,25 +195911,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/projects" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphItemPublication", "Method": "POST", "Command": "New-MgUserProfilePublication", + "Module": "People", + "Uri": "/users/{user-id}/profile/publications", "Variants": [ "Create", "CreateExpanded", @@ -196133,15 +195949,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/publications" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphSkillProficiency", "Method": "POST", "Command": "New-MgUserProfileSkill", + "Module": "People", + "Uri": "/users/{user-id}/profile/skills", "Variants": [ "Create", "CreateExpanded", @@ -196161,15 +195977,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/skills" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphWebAccount", "Method": "POST", "Command": "New-MgUserProfileWebAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/webAccounts", "Variants": [ "Create", "CreateExpanded", @@ -196189,15 +196005,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/webAccounts" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": "IMicrosoftGraphPersonWebsite", "Method": "POST", "Command": "New-MgUserProfileWebsite", + "Module": "People", + "Uri": "/users/{user-id}/profile/websites", "Variants": [ "Create", "CreateExpanded", @@ -196217,75 +196033,75 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/websites" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", "Command": "New-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/scopedRoleMemberOf" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "POST", "Command": "New-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/scopedRoleMemberOf" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Method": "POST", "Command": "New-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork/associatedTeams" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Method": "POST", "Command": "New-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork/associatedTeams" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", "Method": "POST", "Command": "New-MgUserTeamworkInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps", "Variants": [ "Create1", "CreateExpanded1", @@ -196295,25 +196111,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Method": "POST", "Command": "New-MgUserTeamworkInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps", "Variants": [ "Create", "CreateExpanded", @@ -196333,15 +196149,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "POST", "Command": "New-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists", "Variants": [ "Create", "CreateExpanded", @@ -196353,15 +196169,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTaskList", "Method": "POST", "Command": "New-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists", "Variants": [ "Create1", "CreateExpanded1", @@ -196373,45 +196189,45 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "POST", "Command": "New-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "POST", "Command": "New-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTask", "Method": "POST", "Command": "New-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Variants": [ "Create", "CreateExpanded", @@ -196423,15 +196239,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphTodoTask", "Method": "POST", "Command": "New-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Variants": [ "Create1", "CreateExpanded1", @@ -196443,15 +196259,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "POST", "Command": "New-MgUserTodoListTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Variants": [ "Create", "CreateExpanded", @@ -196463,15 +196279,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "POST", "Command": "New-MgUserTodoListTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Variants": [ "Create1", "CreateExpanded1", @@ -196480,48 +196296,48 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserTodoListTaskAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUploadSession", "Method": "POST", "Command": "New-MgUserTodoListTaskAttachmentUploadSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphChecklistItem", "Method": "POST", "Command": "New-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Variants": [ "Create", "CreateExpanded", @@ -196533,15 +196349,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphChecklistItem", "Method": "POST", "Command": "New-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Variants": [ "Create1", "CreateExpanded1", @@ -196553,45 +196369,45 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "POST", "Command": "New-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "POST", "Command": "New-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": "IMicrosoftGraphLinkedResource", "Method": "POST", "Command": "New-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Variants": [ "Create", "CreateExpanded", @@ -196600,18 +196416,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": "IMicrosoftGraphLinkedResource", "Method": "POST", "Command": "New-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Variants": [ "Create1", "CreateExpanded1", @@ -196623,33 +196439,33 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", "Method": "POST", "Command": "New-MgWindowsUpdatesDeployment", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments", "Variants": [ "Create", "CreateExpanded" ], "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 - }, - "Uri": "/admin/windows/updates/deployments" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Method": "POST", "Command": "New-MgWindowsUpdatesResourceConnection", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections", "Variants": [ "Create", "CreateExpanded" @@ -196659,15 +196475,15 @@ "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 - }, - "Uri": "/admin/windows/updates/resourceConnections" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "New-MgWindowsUpdatesUpdatableAsset", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets", "Variants": [ "Create", "CreateExpanded" @@ -196677,41 +196493,41 @@ "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 - }, - "Uri": "/admin/windows/updates/updatableAssets" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Ping-MgApplicationsSynchronization", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/Ping", "Variants": [ "Ping", "PingViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/Ping" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "GET", "Command": "Ping-MgServicePrincipalsSynchronization", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", "Variants": [ "Ping", "PingViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "Publish-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" @@ -196721,33 +196537,33 @@ "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 - }, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish" + } }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "Publish-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish" + } }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Publish-MgComplianceEdiscoveryCaseCustodian", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", "Variants": [ "Release", "ReleaseViaIdentity" @@ -196765,15 +196581,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Publish-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", "Variants": [ "Release", "ReleaseViaIdentity" @@ -196791,41 +196607,41 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Publish-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Publish-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Publish-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" @@ -196833,25 +196649,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Publish-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" @@ -196869,158 +196685,158 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Publish-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Publish-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Publish-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Publish-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Publish-MgGroupDriveListContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Publish-MgGroupDriveListContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Publish-MgGroupSiteContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Publish-MgGroupSiteContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Publish-MgGroupSiteListContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Publish-MgGroupSiteListContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Publish-MgGroupSitePage", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "Variants": [ "Release1", "ReleaseViaIdentity1" @@ -197028,25 +196844,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "Variants": [ "Release", "ReleaseViaIdentity" @@ -197054,25 +196870,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", "Variants": [ "Release1", "ReleaseViaIdentity1" @@ -197090,15 +196906,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", "Variants": [ "Release", "ReleaseViaIdentity" @@ -197106,69 +196922,69 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Publish-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Publish-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Publish-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], "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 - }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Publish-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" @@ -197178,41 +196994,41 @@ "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true - }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Publish-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Publish-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Publish-MgSitePage", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" @@ -197236,56 +197052,56 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/publish" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Publish-MgUserDriveListContentType", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Publish-MgUserDriveListContentType", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "Variants": [ "Publish", "PublishViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Register-MgPrivilegedAccessResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAccessReview", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -197303,93 +197119,93 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/accessReviews/{accessReview-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAccessReviewInstance", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAccessReviewInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAccessReviewInstanceMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAccessReviewInstanceReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAccessReviewMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAccessReviewReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -197397,25 +197213,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -197425,290 +197241,194 @@ "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 - }, - "Uri": "/administrativeUnits/{administrativeUnit-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreementFile", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreementFile", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamApp", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [ - { - "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 - }, - { - "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 - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}" - }, - { - "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamApp", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "Permissions": [ - { - "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 - }, - { - "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 - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}" - }, - { - "ApiVersion": "beta", - "Module": "Teams", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamAppDefinition", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "Permissions": [ - { - "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 - }, - { - "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 - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true - } - ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}" - }, - { - "ApiVersion": "v1.0", "Module": "Teams", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamAppDefinition", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -197732,93 +197452,189 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Variants": [ + "Delete1", + "DeleteViaIdentity1" ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}" + "Permissions": [ + { + "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 + }, + { + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinition", "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], + "Permissions": [ + { + "Name": "AppCatalog.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "AppCatalog.Submit", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [ + { + "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 + }, + { + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ] + }, + { + "ApiVersion": "beta", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinitionColorIcon", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinitionOutlineIcon", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplication", + "Module": "Applications", + "Uri": "/applications/{application-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -197828,15 +197644,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplication", + "Module": "Applications", + "Uri": "/applications/{application-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -197846,59 +197662,67 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationAppManagementPolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationConnectorGroupByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/connectorGroup/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/connectorGroup/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}" + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -197908,33 +197732,33 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -197944,15 +197768,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Remove-MgApplicationKey", + "Module": "Applications", + "Uri": "/applications/{application-id}/removeKey", "Variants": [ "Remove1", "RemoveExpanded1", @@ -197962,25 +197786,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/removeKey" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Remove-MgApplicationKey", + "Module": "Applications", + "Uri": "/applications/{application-id}/removeKey", "Variants": [ "Remove", "RemoveExpanded", @@ -198000,15 +197824,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/removeKey" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationOwnerByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198026,15 +197850,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationOwnerByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198052,15 +197876,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Remove-MgApplicationPassword", + "Module": "Applications", + "Uri": "/applications/{application-id}/removePassword", "Variants": [ "Remove1", "RemoveExpanded1", @@ -198069,18 +197893,18 @@ ], "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 - }, - "Uri": "/applications/{application-id}/removePassword" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Remove-MgApplicationPassword", + "Module": "Applications", + "Uri": "/applications/{application-id}/removePassword", "Variants": [ "Remove", "RemoveExpanded", @@ -198089,83 +197913,83 @@ ], "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 - }, - "Uri": "/applications/{application-id}/removePassword" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationSynchronization", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationJobSchema", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationTemplate", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198175,54 +197999,54 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates/{applicationTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/applicationTemplates/{applicationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates/{applicationTemplate-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/applicationTemplates/{applicationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198246,15 +198070,15 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198262,63 +198086,44 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "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 - }, - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read your organization's policies on your behalf.", - "IsAdmin": 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 - } - ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198326,31 +198131,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198360,33 +198165,28 @@ "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 - }, - "Uri": "/bookingBusinesses/{bookingBusiness-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "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 - }, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198410,15 +198210,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198426,57 +198226,57 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198500,15 +198300,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198532,15 +198332,15 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198564,15 +198364,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198596,15 +198396,15 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198612,51 +198412,38 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198674,15 +198461,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198690,168 +198477,168 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/bookingCurrencies/{bookingCurrency-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBusinessFlowTemplate", + "Module": "Identity.Governance", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBusinessScenario", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBusinessScenarioPlanner", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBusinessScenarioPlannerPlanConfiguration", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBusinessScenarioPlannerTask", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgBusinessScenarioPlannerTaskConfiguration", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChat", + "Module": "Teams", + "Uri": "/chats/{chat-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChat", + "Module": "Teams", + "Uri": "/chats/{chat-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198869,15 +198656,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198895,41 +198682,41 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatLastMessagePreview", + "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatLastMessagePreview", + "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -198939,15 +198726,15 @@ "Description": "Add and remove members from chats", "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true - }, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -198957,103 +198744,103 @@ "Description": "Add and remove members from chats", "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true - }, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatOperation", + "Module": "Teams", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatPermissionGrant", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199077,15 +198864,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -199109,343 +198896,343 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCall", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingRegistration", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingVirtualAppointment", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscovery", + "Module": "Compliance", + "Uri": "/compliance/ediscovery", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/compliance/ediscovery" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCase", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199463,28 +199250,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseCustodian", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Remove-MgComplianceEdiscoveryCaseCustodianHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", "Variants": [ "Remove", "Remove1", @@ -199493,15 +199280,15 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199509,38 +199296,38 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199548,25 +199335,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseLegalHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199584,67 +199371,67 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", "Variants": [ "Remove", "Remove1", @@ -199653,41 +199440,41 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseOperation", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseReviewSet", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseReviewSetQuery", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199695,38 +199482,38 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseSetting", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollection", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199744,28 +199531,28 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgComplianceEdiscoveryCaseTag", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199783,93 +199570,93 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -199879,15 +199666,15 @@ "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 - }, - "Uri": "/devices/{device-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -199897,131 +199684,142 @@ "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 - }, - "Uri": "/devices/{device-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200031,33 +199829,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200067,41 +199865,41 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200111,46 +199909,46 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200160,15 +199958,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200178,15 +199976,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200196,33 +199994,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200232,199 +200025,215 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200434,41 +200243,41 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200478,51 +200287,51 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200532,15 +200341,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200550,77 +200359,77 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200630,15 +200439,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200648,15 +200457,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200666,15 +200475,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200684,33 +200493,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200720,15 +200529,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200738,15 +200547,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200756,69 +200565,69 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200828,15 +200637,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200846,15 +200655,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200864,33 +200673,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200900,15 +200709,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200918,15 +200727,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -200936,41 +200745,41 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -200980,59 +200789,59 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201042,28 +200851,28 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppRelationship", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201073,33 +200882,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201109,15 +200918,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtPolicySet", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201127,15 +200936,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets/{policySet-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtPolicySetAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201145,33 +200954,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtPolicySetItem", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtSideLoadingKey", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/sideLoadingKeys/{sideLoadingKey-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201189,45 +200998,45 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/sideLoadingKeys/{sideLoadingKey-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtSymantecCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -201237,113 +201046,129 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtTask", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201361,15 +201186,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201387,15 +201212,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -201403,43 +201228,43 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201449,46 +201274,46 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201506,51 +201331,59 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201568,15 +201401,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201594,15 +201427,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201620,15 +201453,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201636,94 +201469,94 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceCommand", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands/{command-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201733,75 +201566,75 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAndroidForWorkSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidForWorkSettings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/androidForWorkSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201811,39 +201644,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/applePushNotificationCertificate", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/applePushNotificationCertificate" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/applePushNotificationCertificate", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/deviceManagement/applePushNotificationCertificate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201853,15 +201686,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201871,15 +201704,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAssignmentFilter", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201889,15 +201722,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -201907,33 +201740,33 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAutopilotEvent", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201943,33 +201776,33 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementCartToClassAssociation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201979,15 +201812,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -201997,15 +201830,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementCategorySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202015,15 +201848,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202041,67 +201874,67 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" @@ -202119,67 +201952,67 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgDeviceManagementComanagedDeviceUserFromSharedAppleDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", @@ -202191,41 +202024,41 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComanagementEligibleDevice", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202243,15 +202076,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202269,15 +202102,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -202295,15 +202128,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202313,15 +202146,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202331,15 +202164,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202349,51 +202182,51 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementCompliancePolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementComplianceSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202403,39 +202236,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConditionalAccessSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/conditionalAccessSettings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/conditionalAccessSettings" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConditionalAccessSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/conditionalAccessSettings", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/deviceManagement/conditionalAccessSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConfigurationPolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202445,15 +202278,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConfigurationPolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202463,15 +202296,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConfigurationPolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202481,15 +202314,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202499,15 +202332,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202517,33 +202350,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementConfigurationSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202553,15 +202386,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDataSharingConsent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202569,43 +202402,43 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDepOnboardingSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202615,64 +202448,64 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDerivedCredentials", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -202682,41 +202515,28 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -202734,15 +202554,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202752,15 +202572,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -202770,15 +202590,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202788,15 +202608,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -202806,15 +202626,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202824,15 +202644,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -202842,39 +202662,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202884,15 +202704,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -202902,59 +202722,59 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -202964,15 +202784,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -202982,15 +202802,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203000,33 +202820,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203036,69 +202856,69 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203108,77 +202928,77 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203188,15 +203008,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203206,33 +203026,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationConflictSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203242,15 +203062,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203260,39 +203080,39 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203302,59 +203122,59 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203364,63 +203184,63 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203430,15 +203250,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203448,41 +203268,41 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203500,15 +203320,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203526,15 +203346,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203552,15 +203372,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203568,25 +203388,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceHealthScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203604,15 +203424,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceHealthScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203630,15 +203450,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203656,28 +203476,28 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceHealthScriptRunSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceShellScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203695,15 +203515,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceShellScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203721,15 +203541,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203747,15 +203567,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203773,15 +203593,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203799,28 +203619,28 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementDomainJoinConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203830,15 +203650,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePool", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203848,51 +203668,51 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -203910,15 +203730,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -203936,79 +203756,79 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementExchangeOnPremisPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204018,15 +203838,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204036,181 +203856,181 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReport", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204220,69 +204040,69 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyObjectFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", "Variants": [ "Remove", "RemoveViaIdentity" @@ -204292,28 +204112,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", "Variants": [ "Remove", "RemoveExpanded", @@ -204322,18 +204142,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementImportedDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204343,15 +204163,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -204361,33 +204181,33 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204397,15 +204217,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204415,15 +204235,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204433,15 +204253,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentCategorySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204451,33 +204271,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204487,28 +204307,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204518,64 +204338,64 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentUserState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntentUserStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntuneBrandingProfile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIntuneBrandingProfileAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204585,15 +204405,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204603,15 +204423,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -204621,33 +204441,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204657,15 +204477,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204675,15 +204495,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204693,142 +204513,150 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceEncryptionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" @@ -204846,67 +204674,67 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", @@ -204918,15 +204746,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Variants": [ "Delete1", "DeleteExpanded1", @@ -204935,44 +204763,44 @@ ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceWindowProtectionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMicrosoftTunnelConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -204982,15 +204810,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205000,33 +204828,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMicrosoftTunnelSite", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205036,15 +204864,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205054,46 +204882,46 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205101,25 +204929,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205127,25 +204955,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -205163,15 +204991,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementNdeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205181,15 +205009,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -205199,69 +205027,69 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -205279,15 +205107,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205305,15 +205133,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRemoteActionAudit", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205331,93 +205159,101 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementReport", + "Module": "Reports", + "Uri": "/deviceManagement/reports", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/reports" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementReport", + "Module": "Reports", + "Uri": "/deviceManagement/reports", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/deviceManagement/reports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementResourceAccessProfile", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementResourceAccessProfileAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205427,33 +205263,41 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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 + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -205463,15 +205307,15 @@ "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 - }, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementReusableSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205481,33 +205325,41 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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 + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -205517,15 +205369,15 @@ "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 - }, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205535,69 +205387,77 @@ "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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 + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleScopeTag", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205615,41 +205475,41 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleScopeTagAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205667,15 +205527,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205683,25 +205543,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205709,25 +205569,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205745,15 +205605,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205771,15 +205631,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205789,15 +205649,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205807,15 +205667,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -205825,33 +205685,33 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTemplateCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205861,15 +205721,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205879,15 +205739,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTemplateMigratableTo", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205897,72 +205757,72 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTemplateMigratableToCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTemplateMigratableToSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTemplateSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -205972,51 +205832,51 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -206026,51 +205886,51 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndConditionGroupAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206080,51 +205940,51 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAnomaly", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206142,15 +206002,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206158,25 +206018,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206184,25 +206044,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206220,15 +206080,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206246,15 +206106,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206272,15 +206132,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206298,15 +206158,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206324,15 +206184,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206350,15 +206210,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206376,15 +206236,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206402,40 +206262,40 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206453,15 +206313,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206469,37 +206329,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206517,15 +206377,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206533,25 +206393,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206559,25 +206419,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206595,15 +206455,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206611,63 +206471,63 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206675,25 +206535,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206711,15 +206571,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "Variants": [ "Delete", "Delete1", @@ -206738,15 +206598,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206764,15 +206624,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206780,25 +206640,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206806,25 +206666,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206842,15 +206702,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206868,15 +206728,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206894,15 +206754,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206920,15 +206780,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206946,15 +206806,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -206962,37 +206822,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207010,15 +206870,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207036,15 +206896,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207062,27 +206922,27 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207100,15 +206960,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207126,15 +206986,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207152,15 +207012,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserPfxCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207170,71 +207030,71 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207244,122 +207104,122 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointOrganizationSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointReport", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/reports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointReportExportJob", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointServicePlan", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointSnapshot", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointSupportedRegion", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207369,28 +207229,28 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207400,41 +207260,41 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -207444,15 +207304,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207462,45 +207322,45 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowAutopilotSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotSettings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207510,15 +207370,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -207528,15 +207388,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207546,51 +207406,51 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowMalwareInformation", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207598,25 +207458,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207634,15 +207494,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceRegisteredOwnerByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -207652,15 +207512,15 @@ "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 - }, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceRegisteredOwnerByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207670,46 +207530,41 @@ "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 - }, - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDeviceUsageRights", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -207719,152 +207574,137 @@ "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryAttributeSet", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/attributeSets/{attributeSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/attributeSets/{attributeSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -207872,37 +207712,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directory/deletedItems/{directoryObject-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -207910,138 +207750,138 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directory/deletedItems/{directoryObject-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryFeatureRolloutPolicy", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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.", + "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 - }, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{recommendationResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/impactedResources/{recommendationResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryInboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Remove-MgDirectoryInboundSharedUserProfilePersonalData", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -208065,15 +207905,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directoryObjects/{directoryObject-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -208081,135 +207921,135 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/directoryObjects/{directoryObject-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryOnPremisSynchronization", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryOutboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenant", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenantPersonalData", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRoleMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -208219,15 +208059,15 @@ "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true - }, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRoleMemberByRef", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -208237,67 +208077,67 @@ "Description": "Read and write directory RBAC settings", "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true - }, - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectorySetting", + "Module": "Identity.DirectoryManagement", + "Uri": "/settings/{directorySetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -208315,41 +208155,41 @@ "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 } - ], - "Uri": "/settings/{directorySetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectorySettingTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDirectorySharedEmailDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -208359,33 +208199,33 @@ "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 - }, - "Uri": "/domains/{domain-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/domains/{domain-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -208395,15 +208235,15 @@ "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 - }, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -208413,106 +208253,106 @@ "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 - }, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomainSharedEmailDomainInvitation", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -208536,15 +208376,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -208552,161 +208392,161 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -208714,31 +208554,31 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -208762,665 +208602,665 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveList", + "Module": "Files", + "Uri": "/drives/{drive-id}/list", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveList", + "Module": "Files", + "Uri": "/drives/{drive-id}/list", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209430,15 +209270,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209448,15 +209288,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209474,15 +209314,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209490,25 +209330,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209526,15 +209366,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209552,15 +209392,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209578,15 +209418,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209604,41 +209444,41 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentDefault", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentDefault", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209646,25 +209486,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209672,129 +209512,142 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentRubric", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentRubric", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref" + "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 + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSetting", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSetting", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209812,15 +209665,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209828,25 +209681,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209854,25 +209707,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209890,41 +209743,41 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassMemberByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209934,15 +209787,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassMemberByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209952,15 +209805,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassTeacherByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -209970,15 +209823,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationClassTeacherByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -209988,299 +209841,312 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMe", + "Module": "Education", + "Uri": "/education/me", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/education/me" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMe", + "Module": "Education", + "Uri": "/education/me", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/education/me" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentRubric", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentRubric", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/rubrics/{educationRubric-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/rubrics/{educationRubric-id}" + "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 + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210290,15 +210156,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -210308,15 +210174,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSchoolClassByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210326,15 +210192,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSchoolClassByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -210344,15 +210210,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSchoolUserByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210362,15 +210228,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSchoolUserByRef", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -210380,15 +210246,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210398,41 +210264,41 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSynchronizationProfileError", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationSynchronizationProfileStatus", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUser", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210442,15 +210308,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/users/{educationUser-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUser", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -210460,275 +210326,275 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/users/{educationUser-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentCategoryByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210738,129 +210604,129 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStep", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210870,15 +210736,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210888,33 +210754,33 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210924,15 +210790,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -210942,15 +210808,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -210960,15 +210826,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -210978,90 +210844,90 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageResourceRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211071,72 +210937,72 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211146,15 +211012,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -211164,15 +211030,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211182,15 +211048,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -211200,15 +211066,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211218,28 +211084,28 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgEntitlementManagementSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211257,15 +211123,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -211273,25 +211139,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211309,15 +211175,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -211335,15 +211201,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211361,15 +211227,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -211387,15 +211253,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211413,15 +211279,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -211439,111 +211305,111 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionItemActivity", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionQuota", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/quota", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/quota" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionSchema", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/schema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/schema" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgExternalConnectionSchema", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/schema", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCountryRegion", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211553,15 +211419,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211571,111 +211437,111 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211685,149 +211551,149 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyEmployee", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211837,28 +211703,28 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyEmployeePicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211868,15 +211734,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/items/{item-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "Variants": [ "Delete", "Delete1", @@ -211888,28 +211754,28 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211919,30 +211785,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyJournalLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211952,15 +211818,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -211970,842 +211836,842 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendor", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoicePaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleInvoiceShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleOrderPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuotePaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanySaleQuoteShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyTaxArea", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyTaxGroup", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -212815,15 +212681,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyUnitOfMeasure", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -212833,85 +212699,85 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyVendor", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyVendorCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyVendorPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyVendorPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgFinancialCompanyVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -212921,183 +212787,183 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/groups/{group-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupAcceptedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupAcceptedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversation", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -213107,15 +212973,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversation", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -213125,15 +212991,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -213143,15 +213009,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -213161,1120 +213027,1120 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveList", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveList", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRoot", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRoot", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEndpoint", + "Module": "Groups", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -214292,15 +214158,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/events/{event-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -214308,415 +214174,415 @@ "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/events/{event-id}" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Remove-MgGroupFavorite", + "Module": "Groups", + "Uri": "/groups/{group-id}/removeFavorite", "Variants": [ "Remove", "RemoveViaIdentity" @@ -214726,15 +214592,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/removeFavorite" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Remove-MgGroupFavorite", + "Module": "Groups", + "Uri": "/groups/{group-id}/removeFavorite", "Variants": [ "Remove1", "RemoveViaIdentity1" @@ -214744,15 +214610,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/removeFavorite" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Remove-MgGroupFromLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", "Variants": [ "Remove1", "RemoveExpanded1", @@ -214764,15 +214630,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Remove-MgGroupFromLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", "Variants": [ "Remove", "RemoveExpanded", @@ -214781,36 +214647,36 @@ ], "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 - }, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -214820,15 +214686,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupMemberByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -214836,31 +214702,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupMemberByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -214884,41 +214750,41 @@ "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 } - ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -214936,15 +214802,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -214962,67 +214828,67 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOwnerByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -215040,15 +214906,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupOwnerByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -215066,93 +214932,93 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupPlannerPlanDetail", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupPlannerPlanDetail", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupRejectedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupRejectedSenderByRef", + "Module": "Groups", + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSetting", + "Module": "Groups", + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -215170,714 +215036,714 @@ "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 } - ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphSite", "Method": "POST", "Command": "Remove-MgGroupSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/remove", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/remove" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphSite1", "Method": "POST", "Command": "Remove-MgGroupSite", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/remove", "Variants": [ "Remove1", "RemoveExpanded1", "RemoveViaIdentity1", "RemoveViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/remove" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemVersionField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemVersionField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePage", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePageCanvaLayout", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePageCanvaLayoutVerticalSection", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePageWebPart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStore", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStore", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Variants": [ "Delete1", "Delete2", @@ -215886,209 +215752,209 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Delete1", "Delete2", @@ -216097,1160 +215963,1160 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamInstalledApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamInstalledApp", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPermissionGrant", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPhoto", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPhoto", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamSchedule", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamSchedule", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217260,15 +217126,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217278,249 +217144,249 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToAttachment", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostMention", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217530,46 +217396,46 @@ "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 - }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityAuthenticationEventListener", + "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2CUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217579,15 +217445,15 @@ "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2CUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217597,15 +217463,15 @@ "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2CUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217615,41 +217481,41 @@ "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2CUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2CUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2CUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217659,15 +217525,15 @@ "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217677,15 +217543,15 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217695,119 +217561,119 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217817,15 +217683,15 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217835,15 +217701,15 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217853,71 +217719,71 @@ "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 - }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrength", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217935,15 +217801,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -217951,25 +217817,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -217977,25 +217843,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -218013,15 +217879,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218029,167 +217895,167 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityContinuouAccessEvaluationPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/continuousAccessEvaluationPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/identity/continuousAccessEvaluationPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityCustomAuthenticationExtension", + "Module": "Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -218199,375 +218065,375 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/policy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/policy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -218577,27 +218443,27 @@ "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -218607,248 +218473,248 @@ "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowSetting", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -218858,141 +218724,141 @@ "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 - }, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "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 - }, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219002,15 +218868,15 @@ "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 - }, - "Uri": "/identity/identityProviders/{identityProviderBase-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219020,15 +218886,15 @@ "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 - }, - "Uri": "/identity/identityProviders/{identityProviderBase-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlows/{identityUserFlow-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219038,15 +218904,15 @@ "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 - }, - "Uri": "/identity/userFlows/{identityUserFlow-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219056,15 +218922,15 @@ "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 - }, - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219074,117 +218940,117 @@ "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 - }, - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgInformationProtectionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/informationProtection/policy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgInformationProtectionSensitivityPolicySetting", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/sensitivityPolicySettings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/informationProtection/sensitivityPolicySettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219202,15 +219068,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219228,72 +219094,72 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOfficeClientConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOfficeClientConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfile", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219303,121 +219169,121 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileAgentGroupAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileConnector", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileConnectorGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfileConnectorMemberOfByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfilePublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219427,41 +219293,41 @@ "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 - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationBranding", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219471,15 +219337,15 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationBranding", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219489,15 +219355,15 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219507,15 +219373,15 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219525,145 +219391,145 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationSetting", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationSettingContactInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/contactInsights", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/contactInsights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationSettingItemInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/itemInsights", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/itemInsights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationSettingMicrosoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationSettingPersonInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/peopleInsights", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/peopleInsights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgOrganizationSettingProfileCardProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlace", + "Module": "Calendar", + "Uri": "/places/{place-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/places/{place-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlace", + "Module": "Calendar", + "Uri": "/places/{place-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/places/{place-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219681,15 +219547,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/buckets/{plannerBucket-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219707,15 +219573,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/buckets/{plannerBucket-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219733,15 +219599,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219759,15 +219625,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerRoster", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219777,15 +219643,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/planner/rosters/{plannerRoster-id}" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerRosterMember", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219795,15 +219661,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219811,25 +219677,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219837,115 +219703,115 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAccessReviewPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/accessReviewPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/accessReviewPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -219955,15 +219821,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -219973,131 +219839,131 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAdminConsentRequestPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/adminConsentRequestPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/adminConsentRequestPolicy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAdminConsentRequestPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/adminConsentRequestPolicy", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/policies/adminConsentRequestPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationFlowPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationFlowsPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/authenticationFlowsPolicy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationFlowPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationFlowsPolicy", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/policies/authenticationFlowsPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220105,88 +219971,88 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthorizationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthorizationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyB2CAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/b2cAuthenticationMethodsPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220196,15 +220062,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220214,81 +220080,81 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/crossTenantAccessPolicy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/policies/crossTenantAccessPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/crossTenantAccessPolicy/default" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/policies/crossTenantAccessPolicy/default" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220298,51 +220164,51 @@ "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyDefaultAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/defaultAppManagementPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/defaultAppManagementPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyDirectoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/directoryRoleAccessReviewPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/directoryRoleAccessReviewPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyExternalIdentityPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/externalIdentitiesPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/externalIdentitiesPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220352,15 +220218,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220370,15 +220236,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220388,15 +220254,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220406,15 +220272,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220424,15 +220290,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220442,57 +220308,57 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyMobileAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "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 - }, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220502,33 +220368,33 @@ "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 - }, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyMobileDeviceManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "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 - }, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220538,15 +220404,15 @@ "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 - }, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220556,33 +220422,33 @@ "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220592,15 +220458,15 @@ "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220610,15 +220476,15 @@ "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220628,176 +220494,176 @@ "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyServicePrincipalCreationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyServicePrincipalCreationPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyServicePrincipalCreationPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220807,15 +220673,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220825,15 +220691,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220843,15 +220709,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220861,15 +220727,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220879,15 +220745,15 @@ "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true - }, - "Uri": "/print/connectors/{printConnector-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220897,41 +220763,41 @@ "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true - }, - "Uri": "/print/connectors/{printConnector-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/print/operations/{printOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/print/operations/{printOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintPrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -220941,15 +220807,15 @@ "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 - }, - "Uri": "/print/printers/{printer-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintPrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -220959,41 +220825,41 @@ "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 - }, - "Uri": "/print/printers/{printer-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintPrinterShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintPrinterShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintPrinterShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -221003,15 +220869,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - }, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -221019,25 +220885,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -221055,67 +220921,67 @@ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", "IsAdmin": true } - ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -221125,15 +220991,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - }, - "Uri": "/print/shares/{printerShare-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -221143,33 +221009,33 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - }, - "Uri": "/print/shares/{printerShare-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "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 - }, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintShareAllowedGroupByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -221179,51 +221045,46 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - }, - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "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 - }, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintShareAllowedUserByRef", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": { - "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 - }, - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -221233,15 +221094,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -221251,379 +221112,379 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccess", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessResourceRoleSettingRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequestSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleAssignmentRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleAssignmentSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedAccessRoleSettingRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedApproval", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedApprovalRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedApprovalRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedApprovalRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedOperationEvent", + "Module": "Identity.Governance", + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRole", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -221633,132 +221494,132 @@ "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 - }, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgPrivilegedRoleSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgProgram", + "Module": "Identity.Governance", + "Uri": "/programs/{program-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -221768,15 +221629,15 @@ "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 - }, - "Uri": "/programs/{program-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgProgramControl", + "Module": "Identity.Governance", + "Uri": "/programControls/{programControl-id}", "Variants": [ "Delete", "Delete1", @@ -221787,240 +221648,240 @@ ], "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 - }, - "Uri": "/programControls/{programControl-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgProgramControlProgram", + "Module": "Identity.Governance", + "Uri": "/programControls/{programControl-id}/program", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/programControls/{programControl-id}/program" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgProgramControlType", + "Module": "Identity.Governance", + "Uri": "/programControlTypes/{programControlType-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/programControlTypes/{programControlType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", + "Module": "Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityProtection/riskDetections/{riskDetection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityProtection/riskDetections/{riskDetection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementCloudPc", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementCloudPcResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementCloudPcRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -222038,28 +221899,28 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementCloudPcRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementCloudPcRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -222095,79 +221956,79 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDeviceManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -222185,28 +222046,28 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -222242,91 +222103,91 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectory", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/roleManagement/directory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectory", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/roleManagement/directory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -222334,25 +222195,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222370,374 +222231,426 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}" + "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 + }, + { + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "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 - }, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}" + "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 + }, + { + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "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 + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -222745,25 +222658,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -222781,301 +222694,301 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "SchemaExtensions", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -223085,15 +222998,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/schemaExtensions/{schemaExtension-id}" + } }, { "ApiVersion": "v1.0", - "Module": "SchemaExtensions", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223103,15 +223016,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/schemaExtensions/{schemaExtension-id}" + } }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSearchAcronym", + "Module": "Search", + "Uri": "/search/acronyms/{acronym-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -223119,25 +223032,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/search/acronyms/{acronym-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSearchBookmark", + "Module": "Search", + "Uri": "/search/bookmarks/{bookmark-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -223155,15 +223068,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/bookmarks/{bookmark-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSearchQna", + "Module": "Search", + "Uri": "/search/qnas/{qna-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -223181,132 +223094,132 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/qnas/{qna-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityAction", + "Module": "Security", + "Uri": "/security/securityActions/{securityAction-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/securityActions/{securityAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulations/{simulation-id}", "Variants": [ "Delete", "Delete3", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulations/{simulation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulation", + "Module": "Security", + "Uri": "/security/attackSimulation", "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/attackSimulation" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCase", + "Module": "Security", + "Uri": "/security/cases", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/security/cases" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCase", + "Module": "Security", + "Uri": "/security/cases", "Variants": [ "Delete1" ], - "Permissions": [], - "Uri": "/security/cases" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -223314,25 +223227,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223350,41 +223263,41 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "Variants": [ "Remove2", "Remove3", @@ -223406,15 +223319,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "Variants": [ "Remove", "Remove1", @@ -223426,103 +223339,103 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -223540,67 +223453,67 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "Variants": [ "Remove2", "Remove3", @@ -223622,15 +223535,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "Variants": [ "Remove", "Remove1", @@ -223642,108 +223555,108 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223753,15 +223666,15 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -223769,25 +223682,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223805,67 +223718,67 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -223883,15 +223796,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -223909,168 +223822,168 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityCloudAppSecurityProfile", + "Module": "Security", + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityDomainSecurityProfile", + "Module": "Security", + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityFileSecurityProfile", + "Module": "Security", + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityHostSecurityProfile", + "Module": "Security", + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/incidents/{incident-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/incidents/{incident-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityInformationProtection", + "Module": "Security", + "Uri": "/security/informationProtection", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/security/informationProtection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityInformationProtectionLabelPolicySetting", + "Module": "Security", + "Uri": "/security/informationProtection/labelPolicySettings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/security/informationProtection/labelPolicySettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityInformationProtectionSensitivityLabel", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityInformationProtectionSensitivityLabelParent", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityIPSecurityProfile", + "Module": "Security", + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityLabel", + "Module": "Security", + "Uri": "/security/labels", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/security/labels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityLabelRetentionLabel", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -224080,183 +223993,183 @@ "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 - }, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityProviderTenantSetting", + "Module": "Security", + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores/{secureScore-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/secureScores/{secureScore-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores/{secureScore-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/secureScores/{secureScore-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecuritySubjectRightsRequest", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecuritySubjectRightsRequestNote", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityThreatSubmission", + "Module": "Security", + "Uri": "/security/threatSubmission", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/security/threatSubmission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityThreatSubmissionEmailThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityThreatSubmissionFileThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityThreatSubmissionUrlThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityTiIndicator", + "Module": "Security", + "Uri": "/security/tiIndicators/{tiIndicator-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -224266,83 +224179,83 @@ "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 - }, - "Uri": "/security/tiIndicators/{tiIndicator-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphResultInfo", "Method": "POST", "Command": "Remove-MgSecurityTiIndicatorByExternalId", + "Module": "Security", + "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", "Variants": [ "Delete", "DeleteExpanded" ], - "Permissions": [], - "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphResultInfo", "Method": "POST", "Command": "Remove-MgSecurityTiIndicatorMultiple", + "Module": "Security", + "Uri": "/security/tiIndicators/deleteTiIndicators", "Variants": [ "Delete1", "DeleteExpanded" ], - "Permissions": [], - "Uri": "/security/tiIndicators/deleteTiIndicators" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityTrigger", + "Module": "Security", + "Uri": "/security/triggers", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/security/triggers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityTriggerRetentionEvent", + "Module": "Security", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityTriggerType", + "Module": "Security", + "Uri": "/security/triggerTypes", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/security/triggerTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", + "Module": "Security", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -224352,194 +224265,202 @@ "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 - }, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSecurityUserSecurityProfile", + "Module": "Security", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipal", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}" + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipal", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -224549,33 +224470,33 @@ "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -224585,159 +224506,33 @@ "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "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 - }, - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read your organization's policies on your behalf.", - "IsAdmin": 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 - } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref" - }, - { - "ApiVersion": "v1.0", "Module": "Applications", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "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 - }, - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read your organization's policies on your behalf.", - "IsAdmin": 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 - } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref" - }, - { - "ApiVersion": "beta", - "Module": "Applications", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}" - }, - { - "ApiVersion": "v1.0", - "Module": "Applications", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}" - }, - { - "ApiVersion": "beta", - "Module": "Applications", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalEndpoint", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}" - }, - { - "ApiVersion": "v1.0", - "Module": "Applications", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalEndpoint", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}" - }, - { - "ApiVersion": "beta", - "Module": "Applications", - "OutputType": null, - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -224761,19 +224556,113 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } + ] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "Variants": [ + "Delete1", + "DeleteViaIdentity1" ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref" + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Policy.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "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 + } }, { "ApiVersion": "v1.0", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], + "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 + } + }, + { + "ApiVersion": "beta", "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Command": "Remove-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "ApiVersion": "v1.0", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], + "Permissions": [] + }, + { + "ApiVersion": "beta", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -224793,15 +224682,47 @@ "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref" + ] }, { "ApiVersion": "v1.0", + "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], + "Permissions": [ + { + "Name": "Application.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Policy.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } + ] + }, + { + "ApiVersion": "v1.0", "OutputType": null, "Method": "POST", "Command": "Remove-MgServicePrincipalKey", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", "Variants": [ "Remove", "RemoveExpanded", @@ -224821,28 +224742,28 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalLicenseDetail", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalOwnerByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" @@ -224860,15 +224781,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalOwnerByRef", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -224876,25 +224797,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Remove-MgServicePrincipalPassword", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", "Variants": [ "Remove", "RemoveExpanded", @@ -224903,18 +224824,18 @@ ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Remove-MgServicePrincipalPasswordSingleSignOnCredentials", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", "Variants": [ "Delete", "DeleteExpanded", @@ -224924,70 +224845,70 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronization", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -224997,15 +224918,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225015,451 +224936,451 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationTemplate", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareList", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareList", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItemField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItemField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItemVersionField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListItemVersionField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSharePermission", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/permission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSharePermission", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/permission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225477,15 +225398,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225503,15 +225424,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225529,15 +225450,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225555,15 +225476,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225581,15 +225502,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225607,67 +225528,67 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225685,15 +225606,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225711,15 +225632,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225737,15 +225658,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225763,15 +225684,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225789,15 +225710,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225815,41 +225736,41 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225859,33 +225780,33 @@ "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -225909,15 +225830,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -225925,187 +225846,187 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItemField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItemField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItemVersionField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListItemVersionField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -226113,25 +226034,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -226149,176 +226070,176 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePage", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/pages/{sitePage-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePageCanvaLayout", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePageCanvaLayoutVerticalSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePageWebPart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -226328,15 +226249,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/permissions/{permission-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -226346,122 +226267,117 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/permissions/{permission-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStore", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStore", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], "Permissions": { "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 - }, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": { - "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 - }, - "Uri": "/sites/{site-id}/termStore/groups/{group-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Variants": [ "Delete3", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Variants": [ "Delete", "Delete1", @@ -226470,168 +226386,168 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" @@ -226641,15 +226557,15 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Delete", "Delete1", @@ -226661,28 +226577,28 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Delete3", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Delete", "Delete1", @@ -226691,364 +226607,354 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": { - "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": { - "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/subscribedSkus/{subscribedSku-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/subscribedSkus/{subscribedSku-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ChangeNotifications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "ChangeNotifications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227072,15 +226978,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -227088,31 +226994,31 @@ "Permissions": [ { "Name": "Channel.Delete.All", - "Description": "Delete channels", - "FullDescription": "Delete channels in any team, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Remove-MgTeamChannelEmail", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", "Variants": [ "Remove1", "RemoveViaIdentity1" @@ -227122,33 +227028,33 @@ "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Remove-MgTeamChannelEmail", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227158,15 +227064,15 @@ "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -227176,41 +227082,41 @@ "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227220,33 +227126,33 @@ "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227282,15 +227188,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -227326,15 +227232,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227364,15 +227270,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -227402,15 +227308,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227420,15 +227326,15 @@ "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 - }, - "Uri": "/teams/{team-id}/members/{conversationMember-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -227438,288 +227344,288 @@ "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 - }, - "Uri": "/teams/{team-id}/members/{conversationMember-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPermissionGrant", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPhoto", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPhoto", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Remove-MgTeamPrimaryChannelEmail", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/removeEmail", "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/removeEmail" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Remove-MgTeamPrimaryChannelEmail", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/removeEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/removeEmail" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamSchedule", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamSchedule", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227737,67 +227643,59 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}" + "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 + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227805,25 +227703,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -227841,15 +227739,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -227867,15 +227765,15 @@ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -227883,95 +227781,87 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}" + "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 + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -227979,25 +227869,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -228005,77 +227895,61 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}" + "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 + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "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 - }, - { - "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 - } - ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}" + "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 + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -228083,43 +227957,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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 - }, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -228129,15 +228003,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -228147,15 +228021,15 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -228165,261 +228039,261 @@ "Description": "Read and write tags in Teams", "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true - }, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannel", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMember", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelTab", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDevice", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeviceActivity", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeviceConfiguration", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeviceHealth", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/health" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkDeviceOperation", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkTeamAppSetting", + "Module": "Teams", + "Uri": "/teamwork/teamsAppSettings", "Variants": [ "Delete" ], - "Permissions": [], - "Uri": "/teamwork/teamsAppSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkTeamTemplate", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkTeamTemplateDefinition", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkTeamTemplateDefinitionTeamDefinition", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -228429,15 +228303,15 @@ "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 - }, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -228447,418 +228321,418 @@ "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 - }, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}" + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenant", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantAlertLog", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantAlertRule", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantApiNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantAuditEvent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcConnection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcDevice", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcOverview", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantCustomizedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantDetailedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantEmailNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantGroup", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementAction", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementIntent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplate", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStep", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantMyRole", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantTag", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -228868,54 +228742,54 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}" + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantTicketingEndpoint", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTenantRelationshipManagedTenantWindowProtectionState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTrustFrameworkKeySet", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -228925,33 +228799,33 @@ "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 - }, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgTrustFrameworkPolicy", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUser", + "Module": "Users", + "Uri": "/users/{user-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -228959,43 +228833,43 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUser", + "Module": "Users", + "Uri": "/users/{user-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229031,33 +228905,33 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}" + ] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/activities/{userActivity-id}" + } }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229067,15 +228941,15 @@ "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 - }, - "Uri": "/users/{user-id}/activities/{userActivity-id}" + } }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229085,15 +228959,15 @@ "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 - }, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}" + } }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229103,33 +228977,33 @@ "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 - }, - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229139,15 +229013,15 @@ "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 - }, - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229165,15 +229039,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229181,25 +229055,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationFido2Method", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229217,15 +229091,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationFido2Method", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229243,15 +229117,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229269,15 +229143,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229295,145 +229169,145 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229451,80 +229325,80 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229542,15 +229416,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229568,15 +229442,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229594,15 +229468,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229610,25 +229484,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229646,15 +229520,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229672,15 +229546,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -229698,15 +229572,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229724,137 +229598,137 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethodDeviceRegisteredOwnerByRef", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/registeredOwners/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendars/{calendar-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229864,33 +229738,33 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendars/{calendar-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -229900,45 +229774,45 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Delete", "Delete1", @@ -229950,15 +229824,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Delete2", "Delete3", @@ -229970,349 +229844,349 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatLastMessagePreview", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatLastMessagePreview", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatOperation", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatPermissionGrant", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -230322,41 +230196,41 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -230366,15 +230240,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -230384,225 +230258,225 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -230612,1198 +230486,1198 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDevice", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDeviceCommand", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDeviceEnrollmentConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDeviceEnrollmentConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDeviceExtension", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgUserDeviceFromManagement", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/removeAllDevicesFromManagement" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgUserDeviceFromManagement", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/removeAllDevicesFromManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDeviceRegisteredOwnerByRef", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDeviceUsageRights", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveList", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveList", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRoot", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRoot", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -231813,423 +231687,423 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExceptionOccurrenceInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceExceptionOccurrenceAttachment", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -232239,15 +232113,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -232257,459 +232131,459 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtection", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtectionPolicy", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtectionSensitivityLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtectionSensitivityLabelSublabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtectionSensitivityPolicySetting", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserLicenseDetail", + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserLicenseDetail", + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -232719,67 +232593,67 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -232789,427 +232663,427 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgUserManagedDeviceFirmwareConfigurationInterfaceManagement", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceMobileAppConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceSecurityBaselineState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceSecurityBaselineStateSettingState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Variants": [ "Delete1", "DeleteExpanded1", "DeleteViaIdentity1", "DeleteViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceWindowProtectionState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagerByRef", + "Module": "Users", + "Uri": "/users/{user-id}/manager/$ref", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/manager/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserManagerByRef", + "Module": "Users", + "Uri": "/users/{user-id}/manager/$ref", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/manager/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -233219,67 +233093,67 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageAttachment", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageMention", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -233289,67 +233163,67 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMobileAppIntentAndState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -233359,80 +233233,80 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMobileAppTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserNotification", + "Module": "Users", + "Uri": "/users/{user-id}/notifications/{notification-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/notifications/{notification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -233450,15 +233324,15 @@ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -233466,218 +233340,213 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "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 - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "Permissions": { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingRegistration", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "Permissions": { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingVirtualAppointment", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Variants": [ "Delete", "DeleteViaIdentity" @@ -233687,33 +233556,33 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -233723,15 +233592,15 @@ "Description": "Read and write to your mailbox settings", "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -233741,28 +233610,28 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -233772,111 +233641,111 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskFolderTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskGroup", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskGroupTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -233886,145 +233755,145 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserOutlookTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserPresence", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/presence" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserPresence", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/presence" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfile", + "Module": "People", + "Uri": "/users/{user-id}/profile", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234042,15 +233911,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234068,15 +233937,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileAddress", + "Module": "People", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234094,15 +233963,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileAnniversary", + "Module": "People", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234110,25 +233979,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileAward", + "Module": "People", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234136,25 +234005,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/awards/{personAward-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileCertification", + "Module": "People", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234172,15 +234041,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileEducationalActivity", + "Module": "People", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234188,25 +234057,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileEmail", + "Module": "People", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234214,25 +234083,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileInterest", + "Module": "People", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234250,15 +234119,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileLanguage", + "Module": "People", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234276,15 +234145,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileName", + "Module": "People", + "Uri": "/users/{user-id}/profile/names/{personName-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234302,15 +234171,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/names/{personName-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileNote", + "Module": "People", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234346,15 +234215,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfilePatent", + "Module": "People", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234372,15 +234241,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfilePhone", + "Module": "People", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234398,15 +234267,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfilePosition", + "Module": "People", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234424,15 +234293,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileProject", + "Module": "People", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234450,15 +234319,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfilePublication", + "Module": "People", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234476,15 +234345,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileSkill", + "Module": "People", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234502,15 +234371,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileWebAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234518,25 +234387,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserProfileWebsite", + "Module": "People", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234554,184 +234423,184 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserSettingContactMergeSuggestion", + "Module": "Users", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings/contactMergeSuggestions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserSettingItemInsight", + "Module": "Users", + "Uri": "/users/{user-id}/settings/itemInsights", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings/itemInsights" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserSettingRegionalAndLanguageSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserSettingShiftPreference", + "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings/shiftPreferences" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserSettingShiftPreference", + "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings/shiftPreferences" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTeamwork", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTeamwork", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTeamworkInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -234749,15 +234618,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTeamworkInstalledApp", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234775,77 +234644,77 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234855,15 +234724,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -234873,33 +234742,33 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskAttachment", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -234909,41 +234778,41 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskAttachmentSession", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskAttachmentSession", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -234953,15 +234822,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" @@ -234971,41 +234840,41 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -235015,33 +234884,33 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgWindowsUpdatesDeployment", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}", "Variants": [ "Delete", "DeleteViaIdentity" @@ -235051,81 +234920,81 @@ "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 - }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Remove-MgWindowsUpdatesDeploymentAudienceMemberById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgWindowsUpdatesResourceConnection", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "DELETE", "Command": "Remove-MgWindowsUpdatesUpdatableAsset", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", "Variants": [ "Delete", "DeleteViaIdentity" ], "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 - }, - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Remove-MgWindowsUpdatesUpdatableAssetMember", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", "Variants": [ "Remove", "RemoveExpanded", @@ -235137,15 +235006,15 @@ "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 - }, - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Remove-MgWindowsUpdatesUpdatableAssetMemberById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", "Variants": [ "Remove", "RemoveExpanded", @@ -235157,45 +235026,45 @@ "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 - }, - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Rename-MgCommunicationCallScreenSharingRole", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", "Variants": [ "Change1", "ChangeExpanded1", "ChangeViaIdentity1", "ChangeViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Rename-MgCommunicationCallScreenSharingRole", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", "Variants": [ "Rename", "RenameExpanded", @@ -235207,15 +235076,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPcUserAccountType", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", "Variants": [ "Change", "ChangeExpanded", @@ -235227,15 +235096,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Rename-MgUserCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", "Variants": [ "Rename", "RenameExpanded", @@ -235247,30 +235116,30 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Rename-MgUserCloudPcUserAccountType", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Request-MgDeviceManagementAndroidForWorkSettingSignupUrl", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", "Variants": [ "Request", "RequestExpanded" @@ -235280,15 +235149,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Request-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", "Variants": [ "Request", "RequestExpanded" @@ -235298,15 +235167,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Request-MgDeviceManagementComanagedDeviceRemoteAssistance", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" @@ -235314,150 +235183,150 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", "Method": "POST", "Command": "Request-MgDeviceManagementComanagedDeviceRemoteHelpSessionAccess", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess", "Variants": [ "Request", "RequestExpanded", "RequestViaIdentity", "RequestViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Variants": [ "Request1", "RequestViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", "Method": "POST", "Command": "Request-MgDeviceManagementManagedDeviceRemoteHelpSessionAccess", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess", "Variants": [ "Request", "RequestExpanded", "RequestViaIdentity", "RequestViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Request-MgDeviceManagementMicrosoftTunnelSiteUpgrade", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", "Variants": [ "Request", "RequestViaIdentity" ], "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Request-MgUserManagedDeviceRemoteAssistance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Request-MgUserManagedDeviceRemoteAssistance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Variants": [ "Request1", "RequestViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", "Method": "POST", "Command": "Request-MgUserManagedDeviceRemoteHelpSessionAccess", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess", "Variants": [ "Request", "RequestExpanded", "RequestViaIdentity", "RequestViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Reset-MgAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/resetDecisions", "Variants": [ "Reset", "ResetViaIdentity" @@ -235475,46 +235344,46 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/accessReviews/{accessReview-id}/resetDecisions" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Reset-MgAccessReviewInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Reset-MgComplianceEdiscoveryCaseSettingToDefault", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], "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 - }, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Reset-MgDeviceManagementComanagedDevicePasscode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", "Variants": [ "Reset", "ResetViaIdentity" @@ -235524,15 +235393,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Reset-MgDeviceManagementManagedDevicePasscode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", "Variants": [ "Reset", "ResetViaIdentity" @@ -235542,33 +235411,33 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Reset-MgDeviceManagementManagedDevicePasscode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", "Variants": [ "Reset1", "ResetViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "Reset-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", "Variants": [ "Reset", "ResetViaIdentity" @@ -235578,33 +235447,33 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Reset-MgGroupUnseenCount", + "Module": "Groups", + "Uri": "/groups/{group-id}/resetUnseenCount", "Variants": [ "Reset", "ResetViaIdentity" ], "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 - }, - "Uri": "/groups/{group-id}/resetUnseenCount" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Reset-MgGroupUnseenCount", + "Module": "Groups", + "Uri": "/groups/{group-id}/resetUnseenCount", "Variants": [ "Reset1", "ResetViaIdentity1" @@ -235614,28 +235483,28 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/resetUnseenCount" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Reset-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", "Variants": [ "Reset", "ResetViaIdentity" @@ -235645,80 +235514,80 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", "Variants": [ "Reset1", "ResetViaIdentity1" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", "Variants": [ "Reset" ], "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", "Variants": [ "Reset1" ], "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "Reset-MgPrintPrinterDefault", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/resetDefaults", "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [], - "Uri": "/print/printers/{printer-id}/resetDefaults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", "Variants": [ "Reset", "ResetViaIdentity" @@ -235728,15 +235597,15 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", "Variants": [ "Reset1", "ResetViaIdentity1" @@ -235746,15 +235615,15 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Reset-MgUserAuthenticationMethodPassword", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", "Variants": [ "Reset", "ResetExpanded", @@ -235763,18 +235632,18 @@ ], "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 - }, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Reset-MgUserAuthenticationMethodPassword", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", "Variants": [ "Reset1", "ResetExpanded1", @@ -235786,69 +235655,69 @@ "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 - }, - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Reset-MgUserManagedDevicePasscode", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Reset-MgUserManagedDevicePasscode", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", "Variants": [ "Reset1", "ResetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Reset-MgUserPendingAccessReviewInstanceDecision", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", "Variants": [ "Reset", "ResetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Resize-MgDeviceManagementComanagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Resize-MgDeviceManagementManagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", "Variants": [ "Resize", "ResizeExpanded", @@ -235860,45 +235729,45 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Resize-MgUserManagedDeviceCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Restart-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restart-MgDeviceManagementComanagedDeviceNow", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", "Variants": [ "Reboot", "RebootViaIdentity" @@ -235908,15 +235777,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restart-MgDeviceManagementManagedDeviceNow", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", "Variants": [ "Reboot", "RebootViaIdentity" @@ -235926,51 +235795,51 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restart-MgDeviceManagementManagedDeviceNow", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", "Variants": [ "Reboot1", "RebootViaIdentity1" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", "Variants": [ "Reboot", "RebootViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Restart-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", "Variants": [ "Restart", "RestartExpanded", @@ -235979,18 +235848,18 @@ ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Restart-MgTeamworkDevice", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", "Variants": [ "Restart", "RestartViaIdentity" @@ -236000,15 +235869,15 @@ "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 - }, - "Uri": "/teamwork/devices/{teamworkDevice-id}/restart" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restart-MgUserCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", "Variants": [ "Reboot", "RebootViaIdentity" @@ -236018,74 +235887,74 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restart-MgUserManagedDeviceNow", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restart-MgUserManagedDeviceNow", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", "Variants": [ "Reboot1", "RebootViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgDeviceManagementComanagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgDeviceManagementComanagedDevicePasscode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgDeviceManagementManagedDeviceCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", "Variants": [ "Restore", "RestoreExpanded", @@ -236094,36 +235963,36 @@ ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgDeviceManagementManagedDevicePasscode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgDeviceManagementManagedDevicePasscode", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", "Variants": [ "Recover1", "RecoverViaIdentity1" @@ -236133,15 +236002,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", "Variants": [ "Restore", "RestoreExpanded", @@ -236150,18 +236019,18 @@ ], "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 - }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Restore-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" @@ -236191,15 +236060,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/deletedItems/{directoryObject-id}/restore" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Restore-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -236229,97 +236098,97 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/directory/deletedItems/{directoryObject-id}/restore" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Restore-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Restore-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -236327,31 +236196,31 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" @@ -236359,524 +236228,524 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Restore-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/restore", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Restore-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/restore", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Restore-MgGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Restore-MgGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveItemListItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveItemListItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveListItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveListItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Restore-MgGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Restore-MgGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveRootListItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveRootListItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveRootVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupDriveRootVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupSiteListItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Restore-MgGroupSiteListItemVersion", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "POST", "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Method": "POST", "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" @@ -236884,25 +236753,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "Restore-MgPrintPrinterFactoryDefault", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -236910,25 +236779,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "POST", "Command": "Restore-MgPrintPrinterFactoryDefault", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "Variants": [ "Restore", "RestoreViaIdentity" @@ -236936,85 +236805,85 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore2", "Restore3", "RestoreViaIdentity2", "RestoreViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore2", "Restore3", "RestoreViaIdentity2", "RestoreViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Restore-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Restore-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" @@ -237038,15 +236907,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Restore-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -237054,31 +236923,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Restore-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" @@ -237086,31 +236955,31 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Restore-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" @@ -237134,365 +237003,365 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Restore-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "POST", "Command": "Restore-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Restore-MgUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Restore-MgUserDriveItem", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveItemListItemVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveItemListItemVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveItemVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveItemVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveListItemDocumentSetVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveListItemDocumentSetVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveListItemVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveListItemVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "POST", "Command": "Restore-MgUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "POST", "Command": "Restore-MgUserDriveRoot", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveRootListItemVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveRootListItemVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveRootVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserDriveRootVersion", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserManagedDeviceCloudPc", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserManagedDevicePasscode", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Restore-MgUserManagedDevicePasscode", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", "Variants": [ "Recover1", "RecoverViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "Resume-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", "Variants": [ "Resume", "ResumeViaIdentity" @@ -237502,60 +237371,60 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Revoke-MgDeviceAppMgtVppTokenLicense", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", "Variants": [ "Revoke", "RevokeExpanded", @@ -237575,15 +237444,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Revoke-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", "Variants": [ "Revoke", "RevokeViaIdentity" @@ -237593,15 +237462,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Revoke-MgDeviceManagementAndroidForWorkEnrollmentProfileToken", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", "Variants": [ "Revoke", "RevokeViaIdentity" @@ -237611,51 +237480,51 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Revoke-MgDeviceManagementComanagedDeviceAppleVppLicense", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", "Variants": [ "Revoke", "RevokeViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Revoke-MgDeviceManagementManagedDeviceAppleVppLicense", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", "Variants": [ "Revoke", "RevokeViaIdentity" ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Revoke-MgDriveItemPermissionGrant", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", @@ -237665,164 +237534,164 @@ "Permissions": [ { "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Revoke-MgDriveRootPermissionGrant", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Revoke-MgGroupDriveItemPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Revoke-MgGroupDriveRootPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Revoke-MgGroupSitePermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphPermission1", "Method": "POST", "Command": "Revoke-MgSharePermissionGrant", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Revoke-MgSitePermissionGrant", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Revoke-MgUserDriveItemPermissionGrant", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPermission", "Method": "POST", "Command": "Revoke-MgUserDriveRootPermissionGrant", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Revoke-MgUserManagedDeviceAppleVppLicense", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Revoke-MgUserSignInSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/revokeSignInSessions", "Variants": [ "Revoke", "RevokeViaIdentity" @@ -237840,15 +237709,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/revokeSignInSessions" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Revoke-MgUserSignInSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/revokeSignInSessions", "Variants": [ "Revoke1", "RevokeViaIdentity1" @@ -237866,80 +237735,80 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/revokeSignInSessions" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Method": "POST", "Command": "Search-MgDeviceManagementImportedDeviceIdentityExistingIdentity", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", "Variants": [ "Search", "SearchExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" @@ -237981,15 +237850,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/root/search(q='{q}')" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" @@ -238031,184 +237900,184 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/root/search(q='{q}')" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgGroupDrive", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgGroupDrive", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgGroupDriveItem", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgGroupDriveRoot", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgUserDrive", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgUserDrive", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgUserDriveItem", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgUserDriveItem", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem1", "Method": "GET", "Command": "Search-MgUserDriveRoot", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", "Variants": [ "Search1", "SearchViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": "IMicrosoftGraphDriveItem", "Method": "GET", "Command": "Search-MgUserDriveRoot", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", "Variants": [ "Search", "SearchViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Send-MgAccessReviewInstanceReminder", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Send-MgAccessReviewReminder", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/sendReminder", "Variants": [ "Send", "SendViaIdentity" @@ -238226,15 +238095,15 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true } - ], - "Uri": "/accessReviews/{accessReview-id}/sendReminder" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Send-MgChatActivityNotification", + "Module": "Teams", + "Uri": "/chats/{chat-id}/sendActivityNotification", "Variants": [ "Send1", "SendExpanded1", @@ -238246,15 +238115,15 @@ "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 - }, - "Uri": "/chats/{chat-id}/sendActivityNotification" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Send-MgChatActivityNotification", + "Module": "Teams", + "Uri": "/chats/{chat-id}/sendActivityNotification", "Variants": [ "Send", "SendExpanded", @@ -238263,18 +238132,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/chats/{chat-id}/sendActivityNotification" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", @@ -238294,28 +238163,28 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgDeviceManagementCustomNotificationToCompanyPortal", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", @@ -238335,15 +238204,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "Variants": [ "Send", "SendViaIdentity" @@ -238353,72 +238222,72 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "Variants": [ "Send1", "SendViaIdentity1" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "Send-MgFinancialCompanySaleInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "Send-MgFinancialCompanySaleQuote", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Send-MgIdentityGovernanceAccessReviewDecisionInstanceReminder", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", "Variants": [ "Send", "SendViaIdentity" @@ -238428,33 +238297,33 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", "Variants": [ "Send1", "SendViaIdentity1" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Send-MgTeamActivityNotification", + "Module": "Teams", + "Uri": "/teams/{team-id}/sendActivityNotification", "Variants": [ "Send1", "SendExpanded1", @@ -238466,15 +238335,15 @@ "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 - }, - "Uri": "/teams/{team-id}/sendActivityNotification" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Send-MgTeamActivityNotification", + "Module": "Teams", + "Uri": "/teams/{team-id}/sendActivityNotification", "Variants": [ "Send", "SendExpanded", @@ -238486,15 +238355,15 @@ "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 - }, - "Uri": "/teams/{team-id}/sendActivityNotification" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Send-MgTeamworkActivityNotificationToRecipient", + "Module": "Teams", + "Uri": "/teamwork/sendActivityNotificationToRecipients", "Variants": [ "Send1", "SendExpanded1" @@ -238504,15 +238373,15 @@ "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 - }, - "Uri": "/teamwork/sendActivityNotificationToRecipients" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Send-MgTeamworkActivityNotificationToRecipient", + "Module": "Teams", + "Uri": "/teamwork/sendActivityNotificationToRecipients", "Variants": [ "Send", "SendExpanded" @@ -238522,45 +238391,45 @@ "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 - }, - "Uri": "/teamwork/sendActivityNotificationToRecipients" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserChatActivityNotification", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", "Variants": [ "Send1", "SendExpanded1", "SendViaIdentity1", "SendViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserChatActivityNotification", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserMail", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/sendMail", "Variants": [ "Send", "SendExpanded", @@ -238569,18 +238438,18 @@ ], "Permissions": { "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/sendMail" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserMail", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/sendMail", "Variants": [ "Send1", "SendExpanded1", @@ -238589,85 +238458,85 @@ ], "Permissions": { "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/sendMail" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserMailFolderChildFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", "Variants": [ "Send1", "SendViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserMailFolderMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", "Variants": [ "Send1", "SendViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserManagedDeviceCustomNotificationToCompanyPortal", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/send", "Variants": [ "Send", "SendViaIdentity" @@ -238677,15 +238546,15 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/send" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/send", "Variants": [ "Send1", "SendViaIdentity1" @@ -238695,28 +238564,28 @@ "Description": "Send mail as you ", "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}/send" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserPendingAccessReviewInstanceReminder", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", "Variants": [ "Send", "SendViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserTeamworkActivityNotification", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", "Variants": [ "Send", "SendExpanded", @@ -238728,15 +238597,15 @@ "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 - }, - "Uri": "/users/{user-id}/teamwork/sendActivityNotification" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Send-MgUserTeamworkActivityNotification", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", "Variants": [ "Send1", "SendExpanded1", @@ -238745,44 +238614,44 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/teamwork/sendActivityNotification" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PUT", "Command": "Set-MgApplicationConnectorGroupByRef", + "Module": "Applications", + "Uri": "/applications/{application-id}/connectorGroup/$ref", "Variants": [ "Set", "SetExpanded", @@ -238794,33 +238663,33 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/connectorGroup/$ref" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PUT", "Command": "Set-MgApplicationLogo", + "Module": "Applications", + "Uri": "/applications/{application-id}/logo", "Variants": [ "Set", "SetViaIdentity" ], "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 - }, - "Uri": "/applications/{application-id}/logo" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PUT", "Command": "Set-MgApplicationLogo", + "Module": "Applications", + "Uri": "/applications/{application-id}/logo", "Variants": [ "Set1", "SetViaIdentity1" @@ -238830,15 +238699,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/logo" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Set-MgApplicationVerifiedPublisher", + "Module": "Applications", + "Uri": "/applications/{application-id}/setVerifiedPublisher", "Variants": [ "Set1", "SetExpanded1", @@ -238847,18 +238716,18 @@ ], "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 - }, - "Uri": "/applications/{application-id}/setVerifiedPublisher" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Set-MgApplicationVerifiedPublisher", + "Module": "Applications", + "Uri": "/applications/{application-id}/setVerifiedPublisher", "Variants": [ "Set", "SetExpanded", @@ -238870,200 +238739,200 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/setVerifiedPublisher" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Set-MgChatMessageReaction", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Set-MgChatMessageReplyReaction", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingAlternativeRecording", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingRecording", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Set-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/setPresence" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Set-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setPresence", "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/setPresence" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Set-MgCommunicationPresenceStatusMessage", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/setStatusMessage" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Set-MgCommunicationPresenceUserPreferredPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "POST", "Command": "Set-MgCommunicationPresenceUserPreferredPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239075,15 +238944,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", "Variants": [ "Assign1", "AssignExpanded1", @@ -239092,18 +238961,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239115,15 +238984,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", "Variants": [ "Assign1", "AssignExpanded1", @@ -239132,18 +239001,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239155,15 +239024,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "Variants": [ "Assign1", "AssignExpanded1", @@ -239175,15 +239044,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239192,18 +239061,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", "Variants": [ "Assign1", "AssignExpanded1", @@ -239212,18 +239081,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtWdacSupplementalPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239232,18 +239101,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceAppMgtWindowManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239263,15 +239132,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", "Variants": [ "Set", "SetExpanded" @@ -239281,15 +239150,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", "Variants": [ "Set", "SetExpanded", @@ -239298,33 +239167,33 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementComanagedDeviceCloudPcReviewStatus", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementComanagedDeviceName", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", "Variants": [ "Set", "SetExpanded", @@ -239333,18 +239202,18 @@ ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "POST", "Command": "Set-MgDeviceManagementCompliancePolicy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239356,15 +239225,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Method": "POST", "Command": "Set-MgDeviceManagementCompliancePolicyScheduledAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", "Variants": [ "Set", "SetExpanded", @@ -239376,15 +239245,15 @@ "Description": "Read Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Method": "POST", "Command": "Set-MgDeviceManagementConfigurationPolicy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239393,18 +239262,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", "Variants": [ "Set", "SetViaIdentity" @@ -239414,15 +239283,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Method": "POST", "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", "Variants": [ "Assign1", "AssignExpanded1", @@ -239431,18 +239300,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Method": "POST", "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239454,28 +239323,28 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceCompliancePolicyScheduledRetireState", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", "Variants": [ "Set", "SetExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceComplianceScript", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239495,15 +239364,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Method": "POST", "Command": "Set-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", "Variants": [ "Assign1", "AssignExpanded1", @@ -239515,15 +239384,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Method": "POST", "Command": "Set-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239535,15 +239404,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceCustomAttributeShellScript", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239563,15 +239432,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239591,43 +239460,30 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "Variants": [ "Set", "SetExpanded", @@ -239637,25 +239493,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "Variants": [ "Set1", "SetExpanded1", @@ -239665,25 +239521,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceHealthScript", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239703,15 +239559,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementDeviceShellScript", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239731,15 +239587,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Method": "POST", "Command": "Set-MgDeviceManagementEmbeddedSimActivationCodePool", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239751,15 +239607,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Method": "POST", "Command": "Set-MgDeviceManagementGroupPolicyConfiguration", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239768,18 +239624,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementIntent", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239791,15 +239647,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementIntuneBrandingProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239811,15 +239667,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementManagedDeviceCloudPcReviewStatus", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", @@ -239831,15 +239687,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementManagedDeviceName", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", "Variants": [ "Set", "SetExpanded", @@ -239851,15 +239707,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", "Variants": [ "Set", "SetViaIdentity" @@ -239869,15 +239725,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Method": "POST", "Command": "Set-MgDeviceManagementResourceAccessProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239886,18 +239742,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Method": "POST", "Command": "Set-MgDeviceManagementRoleScopeTag", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239917,30 +239773,30 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementScript", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239952,15 +239808,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -239972,45 +239828,45 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserToDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityResourceAccountToDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", "Variants": [ "Assign", "AssignExpanded", @@ -240019,18 +239875,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "Variants": [ "Assign", "AssignExpanded", @@ -240042,15 +239898,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "Variants": [ "Assign1", "AssignExpanded1", @@ -240062,15 +239918,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementWindowDriverUpdateProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -240079,18 +239935,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementWindowFeatureUpdateProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -240099,18 +239955,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgDeviceManagementWindowQualityUpdateProfile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -240119,96 +239975,96 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveBundleContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveBundleContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveFollowingContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveFollowingContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveItemChildContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveItemChildContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" @@ -240232,15 +240088,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" @@ -240264,41 +240120,41 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Set-MgDriveItemSensitivityLabel", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", @@ -240318,242 +240174,242 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveItemVersionContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveItemVersionContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveRootChildContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveRootChildContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveRootContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveRootContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Set-MgDriveRootSensitivityLabel", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveRootVersionContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveRootVersionContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveSpecialContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgDriveSpecialContent", + "Module": "Files", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PUT", "Command": "Set-MgEducationClassAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PUT", "Command": "Set-MgEducationClassAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" @@ -240571,15 +240427,15 @@ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Variants": [ "Set", "SetViaIdentity" @@ -240597,41 +240453,41 @@ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" @@ -240649,15 +240505,15 @@ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Variants": [ "Set", "SetViaIdentity" @@ -240665,241 +240521,241 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PUT", "Command": "Set-MgEducationMeAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PUT", "Command": "Set-MgEducationMeAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Set-MgEducationMeAssignmentUpResourceFolder", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Set-MgEducationMeAssignmentUpResourceFolder", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PUT", "Command": "Set-MgEducationUserAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PUT", "Command": "Set-MgEducationUserAssignmentRubricByRef", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "POST", "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationAssignment1", "Method": "POST", "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PUT", "Command": "Set-MgEntitlementManagementAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Set", "SetExpanded", @@ -240911,632 +240767,627 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PUT", "Command": "Set-MgEntitlementManagementAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "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 - }, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyCustomerPaymentCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyEmployeePictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyInformationPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyPurchaseInvoiceVendorPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleCreditMemoCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleCreditMemoLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleInvoiceCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleInvoiceLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleOrderCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleOrderLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleQuoteCustomerPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanySaleQuoteLineItemPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PUT", "Command": "Set-MgFinancialCompanyVendorPictureContent", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveBundleContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveBundleContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveFollowingContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveFollowingContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveItemChildContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveItemChildContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Set-MgGroupDriveItemSensitivityLabel", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveItemVersionContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveItemVersionContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveRootChildContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveRootChildContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveRootContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveRootContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Set-MgGroupDriveRootSensitivityLabel", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveRootVersionContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveRootVersionContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveSpecialContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupDriveSpecialContent", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup1", "Method": "POST", "Command": "Set-MgGroupLicense", + "Module": "Groups", + "Uri": "/groups/{group-id}/assignLicense", "Variants": [ "Assign", "AssignExpanded", @@ -241556,15 +241407,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/assignLicense" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": "IMicrosoftGraphGroup", "Method": "POST", "Command": "Set-MgGroupLicense", + "Module": "Groups", + "Uri": "/groups/{group-id}/assignLicense", "Variants": [ "Assign1", "AssignExpanded1", @@ -241574,103 +241425,103 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/assignLicense" + ] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupOnenotePageContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupOnenotePageContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupOnenoteResourceContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupOnenoteResourceContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupOnenoteSectionPageContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupOnenoteSectionPageContent", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupPhotoContent", + "Module": "Groups", + "Uri": "/groups/{group-id}/photo/$value", "Variants": [ "Set", "Set1", @@ -241679,18 +241530,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/photo/$value" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupPhotoContent", + "Module": "Groups", + "Uri": "/groups/{group-id}/photo/$value", "Variants": [ "Set2", "Set3", @@ -241702,162 +241553,162 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/photo/$value" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupSiteListItemDriveItemContent", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupSiteListItemDriveItemContent", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupTeamPhotoContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupTeamPhotoContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo/$value", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupTeamSchedule", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgGroupTeamSchedule", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule", "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PUT", "Command": "Set-MgIdentityB2CUserFlowLanguageDefaultPageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PUT", "Command": "Set-MgIdentityB2CUserFlowLanguageOverridePageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Set", "SetViaIdentity" @@ -241867,74 +241718,74 @@ "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Set-MgIdentityB2CUserFlowUserAttributeAssignmentOrder", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PUT", "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PUT", "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PUT", "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Set1", "SetViaIdentity1" ], "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PUT", "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Variants": [ "Set", "SetViaIdentity" @@ -241944,45 +241795,45 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", "Method": "POST", "Command": "Set-MgOfficeClientConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assign", "Variants": [ "Assign", "AssignExpanded", @@ -241994,181 +241845,181 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assign" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOfficeClientConfigurationPolicyPayload", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/policyPayload", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/policyPayload" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOfficeClientConfigurationUserPreferencePayload", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/userPreferencePayload", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/userPreferencePayload" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PUT", "Command": "Set-MgOnPremisePublishingProfileConnectorGroupApplicationLogo", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingBackgroundImage", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/backgroundImage" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingBackgroundImage", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/backgroundImage", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/backgroundImage" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingBannerLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/bannerLogo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingBannerLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/bannerLogo", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/bannerLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingCustomCss", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/customCSS", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/customCSS" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingFavicon", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/favicon", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/favicon" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingHeaderLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/headerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/headerLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Variants": [ "Set", "SetViaIdentity" ], "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Variants": [ "Set1", "SetViaIdentity1" ], "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "Variants": [ "Set", "SetViaIdentity" @@ -242178,33 +242029,33 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "Variants": [ "Set1", "SetViaIdentity1" ], "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "Variants": [ "Set", "SetViaIdentity" @@ -242214,33 +242065,33 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationFavicon", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "Variants": [ "Set", "SetViaIdentity" ], "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "Variants": [ "Set", "SetViaIdentity" @@ -242250,33 +242101,33 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "Variants": [ "Set", "SetViaIdentity" ], "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "Variants": [ "Set1", "SetViaIdentity1" @@ -242286,15 +242137,15 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "Variants": [ "Set", "SetViaIdentity" @@ -242304,54 +242155,54 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingSquareLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/squareLogo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingSquareLogo", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogo", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/squareLogo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PUT", "Command": "Set-MgOrganizationBrandingSquareLogoDark", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/branding/squareLogoDark" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "Variants": [ "Set", "SetViaIdentity" @@ -242369,15 +242220,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "Variants": [ "Set1", "SetViaIdentity1" @@ -242395,331 +242246,331 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PUT", "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileContent", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PUT", "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PUT", "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PUT", "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PUT", "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PUT", "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgShareDriveItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgShareDriveItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgShareItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgShareItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgShareListItemDriveItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Set2", "Set3", "SetViaIdentity2", "SetViaIdentity3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgShareListItemDriveItemContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgShareRootContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/root/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgShareRootContent", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/root/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/root/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PUT", "Command": "Set-MgSiteListItemDriveItemContent", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PUT", "Command": "Set-MgSiteListItemDriveItemContent", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgSiteOnenotePageContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgSiteOnenotePageContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgSiteOnenoteResourceContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgSiteOnenoteResourceContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgSiteOnenoteSectionPageContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgSiteOnenoteSectionPageContent", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Set-MgTeamChannelMessageReaction", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "Variants": [ "Set", "SetExpanded", @@ -242745,15 +242596,15 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Set-MgTeamChannelMessageReplyReaction", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Variants": [ "Set", "SetExpanded", @@ -242763,113 +242614,113 @@ "Permissions": [ { "Name": "ChannelMessage.Send", - "Description": "Send channel messages", - "FullDescription": "Allows the app to send channel messages in Microsoft Teams, on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamPhotoContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo/$value", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamPhotoContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamPrimaryChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamPrimaryChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Set-MgTeamPrimaryChannelMessageReaction", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamSchedule", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule", "Variants": [ "Set1", "SetExpanded1", @@ -242879,25 +242730,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamSchedule", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule", "Variants": [ "Set", "SetExpanded", @@ -242907,68 +242758,68 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/schedule" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PUT", "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PUT", "Command": "Set-MgTrustFrameworkPolicyContent", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "Variants": [ "Set", "SetViaIdentity" @@ -242978,15 +242829,15 @@ "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 - }, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserChatMessageReaction", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "Variants": [ "Set", "SetExpanded", @@ -243012,56 +242863,56 @@ "FullDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserChatMessageReplyReaction", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserContactFolderContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "Variants": [ "Set1", "SetViaIdentity1" @@ -243071,15 +242922,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserContactFolderContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "Variants": [ "Set", "SetViaIdentity" @@ -243089,15 +242940,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "Variants": [ "Set1", "SetViaIdentity1" @@ -243107,405 +242958,405 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserContactPhotoContent", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "Variants": [ "Set", "SetViaIdentity" ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserDeviceEnrollmentConfiguration", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserDeviceEnrollmentConfigurationPriority", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveBundleContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveBundleContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveFollowingContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveFollowingContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveItemChildContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveItemChildContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveItemListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserDriveItemSensitivityLabel", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveItemVersionContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveItemVersionContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveRootChildContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveRootChildContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveRootContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveRootContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserDriveRootSensitivityLabel", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveRootVersionContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveRootVersionContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveSpecialContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserDriveSpecialContent", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUser", "Method": "POST", "Command": "Set-MgUserLicense", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/assignLicense", "Variants": [ "Assign", "AssignExpanded", @@ -243525,15 +243376,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/assignLicense" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphUser1", "Method": "POST", "Command": "Set-MgUserLicense", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/assignLicense", "Variants": [ "Assign1", "AssignExpanded1", @@ -243553,97 +243404,97 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/assignLicense" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserMailFolderChildFolderMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserMailFolderChildFolderMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserMailFolderMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserMailFolderMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserManagedDeviceCloudPcReviewStatus", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserManagedDeviceName", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserManagerByRef", + "Module": "Users", + "Uri": "/users/{user-id}/manager/$ref", "Variants": [ "Set", "SetExpanded", @@ -243663,15 +243514,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/manager/$ref" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserManagerByRef", + "Module": "Users", + "Uri": "/users/{user-id}/manager/$ref", "Variants": [ "Set1", "SetExpanded1", @@ -243681,194 +243532,194 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/manager/$ref" + ] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserMessageContent", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnenotePageContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnenotePageContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnenoteResourceContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnenoteResourceContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnenoteSectionPageContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnenoteSectionPageContent", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnlineMeetingAlternativeRecording", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnlineMeetingRecording", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserOnlineMeetingTranscriptContent", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserPhotoContent", + "Module": "Users", + "Uri": "/users/{user-id}/photo/$value", "Variants": [ "Set", "Set1", @@ -243880,15 +243731,15 @@ "Description": "Read and update your profile", "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photo/$value" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserPhotoContent", + "Module": "Users", + "Uri": "/users/{user-id}/photo/$value", "Variants": [ "Set2", "Set3", @@ -243897,18 +243748,18 @@ ], "Permissions": { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photo/$value" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserPresence", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/setPresence", "Variants": [ "Set", "SetExpanded", @@ -243920,15 +243771,15 @@ "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 - }, - "Uri": "/users/{user-id}/presence/setPresence" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserPresence", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/setPresence", "Variants": [ "Set1", "SetExpanded1", @@ -243940,30 +243791,30 @@ "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 - }, - "Uri": "/users/{user-id}/presence/setPresence" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserPresenceStatusMessage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/setStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/presence/setStatusMessage" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserPresenceUserPreferredPresence", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", "Variants": [ "Set", "SetExpanded", @@ -243975,15 +243826,15 @@ "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 - }, - "Uri": "/users/{user-id}/presence/setUserPreferredPresence" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Set-MgUserPresenceUserPreferredPresence", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/presence/setUserPreferredPresence", "Variants": [ "Set1", "SetExpanded1", @@ -243992,70 +243843,70 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/presence/setUserPreferredPresence" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserTodoListTaskAttachmentContent", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserTodoListTaskAttachmentContent", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Variants": [ "Set", "SetViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PUT", "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "Variants": [ "Set1", "SetViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Skip-MgDeviceManagementComanagedDeviceActivationLock", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" @@ -244065,15 +243916,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" @@ -244083,15 +243934,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", "Variants": [ "Bypass1", "BypassViaIdentity1" @@ -244101,84 +243952,84 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Skip-MgUserManagedDeviceActivationLock", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Skip-MgUserManagedDeviceActivationLock", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", "Variants": [ "Bypass1", "BypassViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Start-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", "Variants": [ "Start", "StartViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Method": "POST", "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", "Variants": [ "Start1", "StartExpanded1", "StartViaIdentity1", "StartViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Method": "POST", "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Start-MgDeviceManagementComanagedDeviceConfigurationManagerAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", @@ -244187,18 +244038,18 @@ ], "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Start-MgDeviceManagementManagedDeviceConfigurationManagerAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", @@ -244207,18 +244058,18 @@ ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceScopeActionResult", "Method": "POST", "Command": "Start-MgDeviceManagementUserExperienceAnalyticDeviceScopeAction", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope/triggerDeviceScopeAction", "Variants": [ "Trigger", "TriggerExpanded" @@ -244236,15 +244087,15 @@ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope/triggerDeviceScopeAction" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Start-MgDeviceManagementVirtualEndpointOnPremisConnectionHealthCheck", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", "Variants": [ "Run", "RunViaIdentity" @@ -244254,33 +244105,33 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", "Method": "POST", "Command": "Start-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", "Variants": [ "Start", "StartViaIdentity" ], "Permissions": { "Name": "EduAdministration.ReadWrite", - "Description": "Manage your education app settings", - "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true - }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Method": "GET", "Command": "Start-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", "Variants": [ "Run", "RunViaIdentity" @@ -244298,15 +244149,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", "Method": "POST", "Command": "Start-MgSecurityHuntingQuery", + "Module": "Security", + "Uri": "/security/runHuntingQuery", "Variants": [ "Run", "RunExpanded" @@ -244316,33 +244167,33 @@ "Description": "Run hunting queries", "FullDescription": "Allows the app to run hunting queries that you can execute.", "IsAdmin": true - }, - "Uri": "/security/runHuntingQuery" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", "Method": "POST", "Command": "Start-MgSecurityHuntingQuery", + "Module": "Security", + "Uri": "/security/runHuntingQuery", "Variants": [ "Run1", "RunExpanded1" ], "Permissions": { "Name": "ThreatHunting.Read.All", - "Description": "Run hunting queries", - "FullDescription": "Allows the app to run hunting queries that you can execute.", - "IsAdmin": true - }, - "Uri": "/security/runHuntingQuery" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Start-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", "Variants": [ "Start", "StartViaIdentity" @@ -244352,15 +244203,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", "Command": "Start-MgTeamScheduleTimeCardBreak", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", "Variants": [ "Start", "StartExpanded", @@ -244369,18 +244220,18 @@ ], "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 - }, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Start-MgTeamworkDeviceDiagnostic", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", "Variants": [ "Run", "RunViaIdentity" @@ -244390,30 +244241,30 @@ "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 - }, - "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Start-MgUserManagedDeviceConfigurationManagerAction", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgAccessReview", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/stop", "Variants": [ "Stop", "StopViaIdentity" @@ -244421,51 +244272,51 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/accessReviews/{accessReview-id}/stop" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgAccessReviewInstance", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Stop-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/stop", "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/stop" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "Stop-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "Variants": [ "Cancel", "CancelExpanded", @@ -244491,169 +244342,150 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "Stop-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "Stop-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "Stop-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Method": "POST", "Command": "Stop-MgCommunicationCallMediaProcessing", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Method": "POST", "Command": "Stop-MgCommunicationCallMediaProcessing", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/cancelMediaProcessing" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Method": "POST", "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "Variants": [ "Stop1", "StopExpanded1", "StopViaIdentity1", "StopViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Method": "POST", "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgDeviceManagementComanagedDeviceRemoteHelpSession", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/endRemoteHelpSession", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/endRemoteHelpSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgDeviceManagementManagedDeviceRemoteHelpSession", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/endRemoteHelpSession", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/endRemoteHelpSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", "Variants": [ "End", "EndViaIdentity" @@ -244663,15 +244495,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgDeviceManagementZebraFotaDeployment", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" @@ -244681,15 +244513,15 @@ "Description": "Read Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgEntitlementManagementAccessPackageAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" @@ -244699,59 +244531,54 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgEntitlementManagementAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" ], - "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 - }, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "Stop-MgFinancialCompanySaleInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "POST", "Command": "Stop-MgFinancialCompanySaleInvoiceAndSend", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Stop-MgGroupCalendarEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", "Variants": [ "Cancel", "CancelExpanded", @@ -244763,15 +244590,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Stop-MgGroupCalendarEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", "Variants": [ "Cancel1", "CancelExpanded1", @@ -244783,15 +244610,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Stop-MgGroupEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/cancel", "Variants": [ "Cancel", "CancelExpanded", @@ -244803,15 +244630,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/cancel" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Stop-MgGroupEvent", + "Module": "Groups", + "Uri": "/groups/{group-id}/events/{event-id}/cancel", "Variants": [ "Cancel1", "CancelExpanded1", @@ -244820,70 +244647,70 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/groups/{group-id}/events/{event-id}/cancel" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", "Variants": [ "Stop1", "StopViaIdentity1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", "Variants": [ "Stop", "StopViaIdentity" @@ -244893,95 +244720,95 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", "Variants": [ "Stop1", "StopViaIdentity1" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", "Variants": [ "Stop", "StopViaIdentity" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", "Variants": [ "Stop1", "StopViaIdentity1" ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgPrivilegedAccessResourceRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Stop-MgPrivilegedAccessRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Method": "POST", "Command": "Stop-MgPrivilegedRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" @@ -244991,15 +244818,15 @@ "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 - }, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "POST", "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" @@ -245007,25 +244834,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "POST", "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Variants": [ "Cancel1", "CancelViaIdentity1" @@ -245043,15 +244870,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "POST", "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" @@ -245069,15 +244896,15 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "POST", "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Variants": [ "Cancel1", "CancelViaIdentity1" @@ -245085,77 +244912,77 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "POST", "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "POST", "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Variants": [ "Cancel1", "CancelViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "POST", "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "POST", "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Variants": [ "Cancel1", "CancelViaIdentity1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Stop-MgSecurityAction", + "Module": "Security", + "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", "Variants": [ "Cancel", "CancelViaIdentity" @@ -245165,28 +244992,28 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Stop-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/stop", "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/stop" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": "IMicrosoftGraphTimeCard", "Method": "POST", "Command": "Stop-MgTeamScheduleTimeCardBreak", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", "Variants": [ "End", "EndExpanded", @@ -245195,31 +245022,31 @@ ], "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 - }, - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgUserCloudPcGracePeriod", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgUserEvent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/cancel", "Variants": [ "Cancel", "CancelExpanded", @@ -245228,18 +245055,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/cancel" + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgUserEvent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/cancel", "Variants": [ "Cancel1", "CancelExpanded1", @@ -245251,86 +245078,86 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}/cancel" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgUserEventInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgUserEventInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgUserManagedDeviceRemoteHelpSession", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/endRemoteHelpSession", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/endRemoteHelpSession" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgUserPendingAccessReviewInstance", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Stop-MgUserPendingAccessReviewInstanceStage", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", "Variants": [ "Stop", "StopViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Submit-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Variants": [ "Submit1", "SubmitViaIdentity1" @@ -245348,15 +245175,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Submit-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Variants": [ "Submit", "SubmitViaIdentity" @@ -245364,103 +245191,103 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Submit-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Submit-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Variants": [ "Submit1", "SubmitViaIdentity1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission", "Method": "POST", "Command": "Submit-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": "IMicrosoftGraphEducationSubmission1", "Method": "POST", "Command": "Submit-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Variants": [ "Submit1", "SubmitViaIdentity1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphTiIndicator", "Method": "POST", "Command": "Submit-MgSecurityTiIndicator", + "Module": "Security", + "Uri": "/security/tiIndicators/submitTiIndicators", "Variants": [ "Submit", "SubmitExpanded" ], - "Permissions": [], - "Uri": "/security/tiIndicators/submitTiIndicators" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Suspend-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", "Variants": [ "Pause", "PauseViaIdentity" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "POST", "Command": "Suspend-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", "Variants": [ "Pause", "PauseViaIdentity" @@ -245470,83 +245297,57 @@ "Description": "Manage your education app settings", "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true - }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Suspend-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", "Variants": [ "Pause", "PauseViaIdentity" ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "Variants": [ "Sync" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - } - ], - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "Variants": [ "Sync1" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - } - ], - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppToken2", "Method": "POST", "Command": "Sync-MgDeviceAppMgtVppTokenLicense", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "Variants": [ "Sync", "SyncViaIdentity" @@ -245564,15 +245365,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": "IMicrosoftGraphVppToken", "Method": "POST", "Command": "Sync-MgDeviceAppMgtVppTokenLicense", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "Variants": [ "Sync1", "SyncViaIdentity1" @@ -245580,37 +245381,37 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceAppMgtVppTokenLicenseCount", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", "Variants": [ "Sync" ], - "Permissions": [], - "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementAndroidForWorkSettingApp", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidForWorkSettings/syncApps", "Variants": [ "Sync" ], @@ -245619,15 +245420,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkSettings/syncApps" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", "Variants": [ "Sync" ], @@ -245636,15 +245437,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementComanagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", "Variants": [ "Sync", "SyncViaIdentity" @@ -245654,15 +245455,15 @@ "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 - }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", "Variants": [ "Sync", "SyncViaIdentity" @@ -245672,15 +245473,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "Variants": [ "Sync", "SyncExpanded", @@ -245700,15 +245501,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "Variants": [ "Sync1", "SyncExpanded1", @@ -245718,25 +245519,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", "Variants": [ "Sync", "SyncViaIdentity" @@ -245746,15 +245547,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", "Variants": [ "Sync1", "SyncViaIdentity1" @@ -245764,32 +245565,32 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementWindowAutopilotSetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotSettings/sync", "Variants": [ "Sync" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotSettings/sync" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgDeviceManagementWindowDriverUpdateProfileInventory", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", "Variants": [ "Sync", "SyncViaIdentity" @@ -245799,604 +245600,604 @@ "Description": "Read Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory" + } }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Sync-MgUserManagedDevice", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", "Variants": [ "Sync1", "SyncViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgAdministrativeUnitProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Test-MgApplicationProperty", + "Module": "Applications", + "Uri": "/applications/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/applications/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Test-MgApplicationProperty", + "Module": "Applications", + "Uri": "/applications/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/applications/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Test-MgApplicationSynchronizationJobCredentials", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Test-MgChatPermissionGrantProperty", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgContactProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/contacts/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgContactProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/contacts/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgContractProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/contracts/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgContractProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/contracts/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDeviceAppMgtMobileAppXml", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/validateXml", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/validateXml" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgDeviceManagementAssignmentFilter", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/assignmentFilters/validateFilter", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/assignmentFilters/validateFilter" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", "Method": "POST", "Command": "Test-MgDeviceManagementDeviceCompliancePolicyComplianceScript", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDeviceProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/devices/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDeviceProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/devices/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryAdministrativeUnitProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryDeletedItemProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryDeletedItemProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/directory/deletedItems/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryFeatureRolloutPolicyApplyToProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryObjectProperty", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/directoryObjects/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryObjectProperty", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/directoryObjects/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryRoleProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/directoryRoles/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryRoleProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoles/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryRoleTemplateProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectoryRoleTemplateProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgDirectorySettingTemplateProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Test-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Test-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Test-MgDriveListContentTypePublished", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Test-MgDriveListContentTypePublished", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Test-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/validatePermission", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/validatePermission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Test-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/validatePermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/validatePermission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Test-MgGroupDriveItemPermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Test-MgGroupDriveItemPermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Test-MgGroupDriveListContentTypePublished", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Test-MgGroupDriveListContentTypePublished", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Test-MgGroupDriveRootPermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Test-MgGroupDriveRootPermission", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", "Method": "POST", "Command": "Test-MgGroupDynamicMembership", + "Module": "Groups", + "Uri": "/groups/{group-id}/evaluateDynamicMembership", "Variants": [ "Evaluate", "EvaluateExpanded", @@ -246428,58 +246229,58 @@ "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/evaluateDynamicMembership" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", "Method": "POST", "Command": "Test-MgGroupDynamicMembershipRule", + "Module": "Groups", + "Uri": "/groups/evaluateDynamicMembership", "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "Permissions": [], - "Uri": "/groups/evaluateDynamicMembership" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Test-MgGroupPermissionGrantProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Test-MgGroupPermissionGrantProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Test-MgGroupProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/validateProperties", "Variants": [ "Validate", "ValidateExpanded", @@ -246499,15 +246300,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/validateProperties" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Test-MgGroupProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/validateProperties", "Variants": [ "Validate2", "ValidateExpanded2", @@ -246527,255 +246328,255 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/validateProperties" + ] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Test-MgGroupSiteContentTypePublished", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Test-MgGroupSiteContentTypePublished", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Test-MgGroupSiteListContentTypePublished", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "GET", "Command": "Test-MgGroupSiteListContentTypePublished", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", "Method": "POST", "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" ], - "Permissions": [], - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Method": "POST", "Command": "Test-MgInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", "Command": "Test-MgInformationProtectionPolicyLabelApplication", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels/evaluateApplication", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/policy/labels/evaluateApplication" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", "Command": "Test-MgInformationProtectionPolicyLabelClassificationResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/policy/labels/evaluateClassificationResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", "Command": "Test-MgInformationProtectionPolicyLabelRemoval", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels/evaluateRemoval", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/policy/labels/evaluateRemoval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgOrganizationProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/organization/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "POST", "Command": "Test-MgOrganizationProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/organization/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "POST", "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", "Command": "Test-MgSecurityInformationProtectionSensitivityLabelApplication", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", "Command": "Test-MgSecurityInformationProtectionSensitivityLabelClassificationResult", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", "Command": "Test-MgSecurityInformationProtectionSensitivityLabelRemoval", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Test-MgServicePrincipalProperty", + "Module": "Applications", + "Uri": "/servicePrincipals/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Test-MgServicePrincipalProperty", + "Module": "Applications", + "Uri": "/servicePrincipals/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/servicePrincipals/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Test-MgServicePrincipalSynchronizationJobCredentials", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "Variants": [ "Validate", "ValidateExpanded", @@ -246784,44 +246585,44 @@ ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Test-MgShareListContentTypePublished", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "GET", "Command": "Test-MgShareListContentTypePublished", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Test-MgSiteContentTypePublished", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is", "IsViaIdentity" @@ -246831,15 +246632,15 @@ "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true - }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Test-MgSiteContentTypePublished", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is1", "IsViaIdentity1" @@ -246849,292 +246650,292 @@ "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true - }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Test-MgSiteListContentTypePublished", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "GET", "Command": "Test-MgSiteListContentTypePublished", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Test-MgTeamPermissionGrantProperty", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserChatPermissionGrantProperty", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserDeviceProperty", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/devices/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserDriveItemPermission", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserDriveItemPermission", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Test-MgUserDriveListContentTypePublished", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is1", "IsViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Test-MgUserDriveListContentTypePublished", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "Variants": [ "Is", "IsViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserDriveRootPermission", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserDriveRootPermission", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Method": "POST", "Command": "Test-MgUserInformationProtectionDataLossPreventionPolicy", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", "Command": "Test-MgUserInformationProtectionPolicyLabelApplication", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", "Command": "Test-MgUserInformationProtectionPolicyLabelClassificationResult", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphInformationProtectionAction", "Method": "POST", "Command": "Test-MgUserInformationProtectionPolicyLabelRemoval", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Method": "POST", "Command": "Test-MgUserInformationProtectionSensitivityLabel", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Method": "POST", "Command": "Test-MgUserInformationProtectionSensitivityLabelSublabel", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", "Method": "POST", "Command": "Test-MgUserJoinedGroupDynamicMembership", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserJoinedGroupProperty", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/joinedGroups/validateProperties", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/joinedGroups/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Functions", "OutputType": null, "Method": "GET", "Command": "Test-MgUserManagedAppUserBlocked", + "Module": "Users.Functions", + "Uri": "/users/{user-id}/isManagedAppUserBlocked", "Variants": [ "Is", "IsViaIdentity" @@ -247164,99 +246965,99 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/isManagedAppUserBlocked" + ] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphPasswordValidationInformation", "Method": "POST", "Command": "Test-MgUserPassword", + "Module": "Users.Actions", + "Uri": "/users/validatePassword", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/users/validatePassword" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserProperty", + "Module": "Users.Actions", + "Uri": "/users/validateProperties", "Variants": [ "Validate", "ValidateExpanded" ], - "Permissions": [], - "Uri": "/users/validateProperties" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Test-MgUserProperty", + "Module": "Users.Actions", + "Uri": "/users/validateProperties", "Variants": [ "Validate1", "ValidateExpanded1" ], - "Permissions": [], - "Uri": "/users/validateProperties" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelApplication", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelClassificationResult", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Method": "POST", "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelRemoval", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Unblock-MgUserManagedApp", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/unblockManagedApps", "Variants": [ "Unblock", "UnblockViaIdentity" @@ -247274,67 +247075,67 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/unblockManagedApps" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgChatMessageReplySoftDelete", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgChatMessageReplySoftDelete", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgChatMessageSoftDelete", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgChatMessageSoftDelete", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamChannelMessageReplySoftDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo1", "UndoViaIdentity1" @@ -247352,15 +247153,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamChannelMessageReplySoftDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" @@ -247378,15 +247179,15 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamChannelMessageSoftDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo1", "UndoViaIdentity1" @@ -247394,25 +247195,25 @@ "Permissions": [ { "Name": "ChannelMessage.ReadWrite", - "Description": "Read and write user channel messages", - "FullDescription": "Allows the app to read and write channel messages, on your behalf. This doesn't allow the app to edit the policyViolation of a channel message.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamChannelMessageSoftDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" @@ -247430,119 +247231,119 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Undo-MgUserChatMessageReplySoftDelete", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Undo-MgUserChatMessageReplySoftDelete", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Variants": [ "Undo1", "UndoViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Undo-MgUserChatMessageSoftDelete", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" @@ -247550,25 +247351,25 @@ "Permissions": [ { "Name": "ChannelMessage.ReadWrite", - "Description": "Read and write user channel messages", - "FullDescription": "Allows the app to read and write channel messages, on your behalf. This doesn't allow the app to edit the policyViolation of a channel message.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete" + ] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Undo-MgUserChatMessageSoftDelete", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Variants": [ "Undo1", "UndoViaIdentity1" @@ -247576,43 +247377,43 @@ "Permissions": [ { "Name": "ChannelMessage.ReadWrite", - "Description": "Read and write user channel messages", - "FullDescription": "Allows the app to read and write channel messages, on your behalf. This doesn't allow the app to edit the policyViolation of a channel message.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish" + } }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" @@ -247622,145 +247423,145 @@ "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 - }, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish" + } }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgGroupDriveListContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgGroupDriveListContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgGroupSiteContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgGroupSiteContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgGroupSiteListContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgGroupSiteListContentType", + "Module": "Groups", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" @@ -247770,15 +247571,15 @@ "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true - }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" @@ -247788,67 +247589,67 @@ "Description": "Have full control of all your site collections", "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true - }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgUserDriveListContentType", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Unpublish-MgUserDriveListContentType", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAccessReview", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}", "Variants": [ "Update", "UpdateExpanded", @@ -247858,130 +247659,130 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/accessReviews/{accessReview-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAccessReviewInstance", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAccessReviewInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAccessReviewInstanceMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAccessReviewInstanceReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAccessReviewMyDecision", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAccessReviewReviewer", + "Module": "Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Update", "UpdateExpanded", @@ -247993,345 +247794,345 @@ "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 - }, - "Uri": "/administrativeUnits/{administrativeUnit-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreement", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreementFile", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreementFile", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamApp", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinition", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinitionBot", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinitionBot", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinitionColorIcon", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIcon", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "Module": "Teams", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplication", + "Module": "Applications", + "Uri": "/applications/{application-id}", "Variants": [ "Update", "UpdateExpanded", @@ -248343,15 +248144,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplication", + "Module": "Applications", + "Uri": "/applications/{application-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -248360,48 +248161,48 @@ ], "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 - }, - "Uri": "/applications/{application-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationExtensionProperty", + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Variants": [ "Update", "UpdateExpanded", @@ -248413,15 +248214,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationFederatedIdentityCredential", + "Module": "Applications", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -248433,75 +248234,75 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}" + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationSynchronization", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationJob", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationJobSchema", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationTemplate", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Variants": [ "Update", "UpdateExpanded", @@ -248510,78 +248311,78 @@ ], "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 - }, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationTemplateSchema", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates/{applicationTemplate-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/applicationTemplates/{applicationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgApplicationTemplate", + "Module": "Applications", + "Uri": "/applicationTemplates/{applicationTemplate-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/applicationTemplates/{applicationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "Variants": [ "Update", "UpdateExpanded", @@ -248591,25 +248392,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusiness", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -248619,25 +248420,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -248663,79 +248464,60 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessAppointment", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessCalendarView", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "Variants": [ "Update", "UpdateExpanded", @@ -248761,15 +248543,15 @@ "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 } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessCustomer", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -248795,15 +248577,15 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Variants": [ "Update", "UpdateExpanded", @@ -248813,65 +248595,46 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessCustomQuestion", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "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 - }, - { - "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 - }, - { - "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 - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -248881,25 +248644,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessService", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Variants": [ "Update", "UpdateExpanded", @@ -248909,25 +248672,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -248937,25 +248700,25 @@ "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingBusinessStaffMember", + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "Variants": [ "Update", "UpdateExpanded", @@ -248975,150 +248738,150 @@ "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 } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/bookingCurrencies/{bookingCurrency-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBookingCurrency", + "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBusinessFlowTemplate", + "Module": "Identity.Governance", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBusinessScenario", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBusinessScenarioPlanner", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBusinessScenarioPlannerPlanConfiguration", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBusinessScenarioPlannerTask", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Bookings", "OutputType": null, "Method": "PATCH", "Command": "Update-MgBusinessScenarioPlannerTaskConfiguration", + "Module": "Bookings", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChat", + "Module": "Teams", + "Uri": "/chats/{chat-id}", "Variants": [ "Update", "UpdateExpanded", @@ -249130,15 +248893,15 @@ "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 - }, - "Uri": "/chats/{chat-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChat", + "Module": "Teams", + "Uri": "/chats/{chat-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -249150,15 +248913,15 @@ "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 - }, - "Uri": "/chats/{chat-id}" + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Update-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Variants": [ "Upgrade", "UpgradeViaIdentity" @@ -249176,15 +248939,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Update-MgChatInstalledApp", + "Module": "Teams", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Variants": [ "Upgrade1", "UpgradeViaIdentity1" @@ -249202,75 +248965,75 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatLastMessagePreview", + "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatLastMessagePreview", + "Module": "Teams", + "Uri": "/chats/{chat-id}/lastMessagePreview", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatMember", + "Module": "Teams", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Update", "UpdateExpanded", @@ -249296,15 +249059,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -249314,151 +249077,151 @@ "Permissions": [ { "Name": "ChannelMessage.ReadWrite", - "Description": "Read and write user channel messages", - "FullDescription": "Allows the app to read and write channel messages, on your behalf. This doesn't allow the app to edit the policyViolation of a channel message.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatMessageReply", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatMessageReply", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatOperation", + "Module": "Teams", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatPermissionGrant", + "Module": "Teams", + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatPinnedMessage", + "Module": "Teams", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Update", "UpdateExpanded", @@ -249484,15 +249247,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", "IsAdmin": true } - ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgChatTab", + "Module": "Teams", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -249502,241 +249265,241 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallContentSharingSession", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallOperation", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallParticipant", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/participants/{participant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Method": "POST", "Command": "Update-MgCommunicationCallRecordingStatus", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/updateRecordingStatus" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Method": "POST", "Command": "Update-MgCommunicationCallRecordingStatus", + "Module": "CloudCommunications", + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/calls/{call-id}/updateRecordingStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationCallRecordSession", + "Module": "CloudCommunications", + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Update1", "Update2", @@ -249747,30 +249510,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Update1", "Update2", @@ -249781,159 +249544,159 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingRegistration", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingVirtualAppointment", + "Module": "CloudCommunications", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCommunicationPresence", + "Module": "CloudCommunications", + "Uri": "/communications/presences/{presence-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/communications/presences/{presence-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCompliance", + "Module": "Compliance", + "Uri": "/compliance", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/compliance" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgCompliance", + "Module": "Compliance", + "Uri": "/compliance", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/compliance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscovery", + "Module": "Compliance", + "Uri": "/compliance/ediscovery", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCase", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}", "Variants": [ "Update", "UpdateExpanded", @@ -249953,15 +249716,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseCustodian", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "Variants": [ "Update", "UpdateExpanded", @@ -249971,83 +249734,83 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Update-MgComplianceEdiscoveryCaseCustodianIndex", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseCustodianSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseCustodianUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseLegalHold", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250067,118 +249830,118 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "POST", "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSourceIndex", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseOperation", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseReviewSet", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseReviewSetQuery", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250188,25 +249951,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseSetting", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "Variants": [ "Update", "UpdateExpanded", @@ -250218,15 +249981,15 @@ "Description": "Read and write all eDiscovery objects", "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true - }, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings" + } }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseSourceCollection", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250236,40 +249999,40 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Compliance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgComplianceEdiscoveryCaseTag", + "Module": "Compliance", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250279,115 +250042,115 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgContact", + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/contacts/{orgContact-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgContract", + "Module": "Identity.DirectoryManagement", + "Uri": "/contracts/{contract-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/contracts/{contract-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDataPolicyOperation", + "Module": "Identity.SignIns", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -250399,15 +250162,15 @@ "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 - }, - "Uri": "/devices/{device-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDevice", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250419,15 +250182,15 @@ "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 - }, - "Uri": "/devices/{device-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgt", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement", "Variants": [ "Update", "UpdateExpanded" @@ -250445,61 +250208,43 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgt", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - } - ], - "Uri": "/deviceAppManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250511,15 +250256,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250528,18 +250273,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -250548,18 +250293,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Variants": [ "Update", "UpdateExpanded", @@ -250568,18 +250313,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Variants": [ "Update1", "UpdateExpanded1", @@ -250591,15 +250336,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250611,35 +250356,43 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250651,35 +250404,43 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Variants": [ "Update", "UpdateExpanded", @@ -250688,38 +250449,46 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250728,33 +250497,33 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250766,15 +250535,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250786,15 +250555,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250806,15 +250575,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250826,15 +250595,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -250843,18 +250612,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Variants": [ "Update", "UpdateExpanded", @@ -250863,18 +250632,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -250883,38 +250652,46 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Variants": [ "Update1", "UpdateExpanded1", @@ -250926,15 +250703,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Variants": [ "Update", "UpdateExpanded", @@ -250943,158 +250720,166 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251103,48 +250888,48 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedAppStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251156,15 +250941,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251176,15 +250961,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251196,15 +250981,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251213,18 +250998,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251236,15 +251021,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251256,15 +251041,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251273,18 +251058,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Variants": [ "Update", "UpdateExpanded", @@ -251293,18 +251078,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "Variants": [ "Update1", "UpdateExpanded1", @@ -251316,15 +251101,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251333,18 +251118,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251353,18 +251138,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251376,15 +251161,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251396,35 +251181,30 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251433,18 +251213,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251456,15 +251236,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251476,15 +251256,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251496,15 +251276,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251516,15 +251296,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251533,18 +251313,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251556,15 +251336,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251576,15 +251356,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251593,18 +251373,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251613,18 +251393,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251636,15 +251416,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251653,18 +251433,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251676,15 +251456,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Variants": [ "Update", "UpdateExpanded", @@ -251696,15 +251476,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "Variants": [ "Update1", "UpdateExpanded1", @@ -251716,15 +251496,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251736,15 +251516,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251756,15 +251536,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Variants": [ "Update", "UpdateExpanded", @@ -251776,15 +251556,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "Variants": [ "Update1", "UpdateExpanded1", @@ -251793,18 +251573,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251816,15 +251596,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppInstallSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", "Variants": [ "Update", "UpdateExpanded", @@ -251833,18 +251613,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppRelationship", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -251856,15 +251636,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppUserStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251876,15 +251656,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251896,30 +251676,30 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceAppMgtMultipleMobileAppRelationship", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceAppMgtMultiplePolicySet", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", "Variants": [ "Update1", "UpdateExpanded1", @@ -251928,33 +251708,33 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets/{policySet-id}/update" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtPolicySet", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceAppManagement/policySets/{policySet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtPolicySetAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251966,15 +251746,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtPolicySetItem", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "Variants": [ "Update", "UpdateExpanded", @@ -251986,15 +251766,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtSideLoadingKey", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/sideLoadingKeys/{sideLoadingKey-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252004,63 +251784,58 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceAppManagement/sideLoadingKeys/{sideLoadingKey-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtSymantecCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "Variants": [ "Update", "UpdateExpanded" ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -252072,35 +251847,43 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -252109,38 +251892,46 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -252152,15 +251943,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Variants": [ "Update", "UpdateExpanded", @@ -252169,38 +251960,46 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary" + "Permissions": [ + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtTask", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252220,15 +252019,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceAppMgtTaskStatus", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", "Variants": [ "Update", "UpdateExpanded", @@ -252248,15 +252047,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252276,15 +252075,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -252304,15 +252103,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252321,18 +252120,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252341,18 +252140,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "Variants": [ "Update", "UpdateExpanded", @@ -252361,18 +252160,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252384,15 +252183,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252412,15 +252211,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252429,18 +252228,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -252452,15 +252251,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252480,15 +252279,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWindowManagedAppProtection", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252508,15 +252307,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252536,15 +252335,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252564,104 +252363,73 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceCommand", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/commands/{command-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/devices/{device-id}/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagement", + "Module": "DeviceManagement", + "Uri": "/deviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [ - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "IsAdmin": 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 - }, - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - } - ], - "Uri": "/deviceManagement" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagement", + "Module": "DeviceManagement", + "Uri": "/deviceManagement", "Variants": [ "Update1", "UpdateExpanded1" @@ -252669,43 +252437,43 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "Variants": [ "Update", "UpdateExpanded" @@ -252715,15 +252483,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252735,15 +252503,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252755,15 +252523,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252772,18 +252540,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252792,36 +252560,36 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAndroidForWorkSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidForWorkSettings", "Variants": [ "Update", "UpdateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/androidForWorkSettings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "Variants": [ "Update", "UpdateExpanded" @@ -252831,15 +252599,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252851,15 +252619,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/applePushNotificationCertificate", "Variants": [ "Update", "UpdateExpanded" @@ -252869,33 +252637,33 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/applePushNotificationCertificate" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/applePushNotificationCertificate", "Variants": [ "Update1", "UpdateExpanded1" ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/applePushNotificationCertificate" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252907,15 +252675,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252924,18 +252692,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAssignmentFilter", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252944,18 +252712,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -252967,15 +252735,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAuditEvent", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Variants": [ "Update", "UpdateExpanded", @@ -252984,18 +252752,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAutopilotEvent", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253007,15 +252775,15 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253027,15 +252795,15 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementCartToClassAssociation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253047,15 +252815,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253067,15 +252835,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementCategorySettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253087,165 +252855,165 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceWindowProtectionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComanagementEligibleDevice", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253265,15 +253033,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253283,25 +253051,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -253321,15 +253089,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253338,18 +253106,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253358,18 +253126,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253378,18 +253146,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253398,18 +253166,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementCompliancePolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253421,15 +253189,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementComplianceSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253441,15 +253209,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/conditionalAccessSettings", "Variants": [ "Update", "UpdateExpanded" @@ -253457,25 +253225,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/conditionalAccessSettings" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/conditionalAccessSettings", "Variants": [ "Update1", "UpdateExpanded1" @@ -253483,25 +253251,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/conditionalAccessSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConfigurationPolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253513,15 +253281,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConfigurationPolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253533,15 +253301,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConfigurationPolicySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253553,15 +253321,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConfigurationPolicyTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253573,15 +253341,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253593,15 +253361,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253613,15 +253381,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementConfigurationSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253633,15 +253401,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDataSharingConsent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253651,25 +253419,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDepOnboardingSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253681,15 +253449,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253701,15 +253469,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", "Variants": [ "Update", "UpdateExpanded", @@ -253721,15 +253489,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253738,33 +253506,33 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDerivedCredentials", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253773,38 +253541,46 @@ ], "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 - }, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDetectedApp", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "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 - }, - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253824,15 +253600,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -253852,15 +253628,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253869,18 +253645,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -253892,15 +253668,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253909,18 +253685,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -253932,27 +253708,27 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", "Variants": [ "Refresh" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -253961,18 +253737,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -253984,15 +253760,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" @@ -254002,15 +253778,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Variants": [ "Update1", "UpdateExpanded1" @@ -254020,15 +253796,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254040,15 +253816,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254057,18 +253833,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", @@ -254080,15 +253856,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "Variants": [ "Update1", "UpdateExpanded1", @@ -254100,15 +253876,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254117,18 +253893,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254140,15 +253916,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254160,15 +253936,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254177,18 +253953,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254200,15 +253976,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254220,15 +253996,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254240,15 +254016,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254260,15 +254036,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254277,18 +254053,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254300,15 +254076,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Variants": [ "Update", "UpdateExpanded", @@ -254320,15 +254096,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "Variants": [ "Update1", "UpdateExpanded1", @@ -254340,15 +254116,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254360,15 +254136,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254380,15 +254156,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254400,15 +254176,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254420,15 +254196,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationConflictSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254440,15 +254216,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254460,15 +254236,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254480,51 +254256,51 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Variants": [ "Update", "UpdateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Variants": [ "Update1", "UpdateExpanded1" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254533,18 +254309,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254553,18 +254329,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", @@ -254573,18 +254349,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "Variants": [ "Update1", "UpdateExpanded1", @@ -254596,15 +254372,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254616,15 +254392,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254633,18 +254409,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254656,33 +254432,33 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "Variants": [ "Update", "UpdateExpanded" ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254694,15 +254470,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatuses", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254711,18 +254487,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Variants": [ "Update", "UpdateExpanded", @@ -254734,15 +254510,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "Variants": [ "Update1", "UpdateExpanded1", @@ -254754,15 +254530,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254782,15 +254558,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254810,15 +254586,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -254838,15 +254614,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254866,15 +254642,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceHealthScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254894,15 +254670,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceHealthScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254922,15 +254698,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -254950,15 +254726,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementDeviceHealthScriptGlobalScript", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", "Variants": [ "Update", "UpdateExpanded", @@ -254968,25 +254744,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceHealthScriptRunSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "Variants": [ "Update", "UpdateExpanded", @@ -255006,15 +254782,15 @@ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceShellScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255034,15 +254810,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceShellScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255052,25 +254828,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceShellScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255090,15 +254866,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceShellScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255118,15 +254894,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255146,30 +254922,30 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementDomainJoinConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255181,15 +254957,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePool", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255198,18 +254974,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255221,15 +254997,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255238,18 +255014,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -255269,15 +255045,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementExchangeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255297,15 +255073,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementExchangeOnPremisPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "Variants": [ "Update", "Update1", @@ -255317,25 +255093,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "Variants": [ "Update", "Update1", @@ -255344,15 +255120,15 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyCategory", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255364,15 +255140,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255384,15 +255160,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyConfigurationAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255404,15 +255180,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255424,15 +255200,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255441,18 +255217,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", "Variants": [ "Update", "UpdateExpanded", @@ -255461,18 +255237,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255484,15 +255260,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255501,153 +255277,153 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyMigrationReport", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255659,15 +255435,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255679,15 +255455,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255699,15 +255475,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyObjectFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255716,18 +255492,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255739,30 +255515,30 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", "Variants": [ "Update", "UpdateExpanded", @@ -255774,15 +255550,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementImportedDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255794,45 +255570,45 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255841,18 +255617,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255864,15 +255640,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255881,18 +255657,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentCategorySetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255904,15 +255680,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentDeviceSettingStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255921,18 +255697,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentDeviceState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -255941,18 +255717,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentDeviceStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "Variants": [ "Update", "UpdateExpanded", @@ -255964,15 +255740,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementIntentMultipleSetting", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", "Variants": [ "Update", "UpdateExpanded", @@ -255984,15 +255760,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256001,18 +255777,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentUserState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256024,15 +255800,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntentUserStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "Variants": [ "Update", "UpdateExpanded", @@ -256041,18 +255817,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntuneBrandingProfile", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256061,18 +255837,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIntuneBrandingProfileAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256084,15 +255860,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256104,15 +255880,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementIoUpdateStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -256124,15 +255900,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256144,15 +255920,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256161,18 +255937,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256184,15 +255960,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256204,15 +255980,15 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -256224,120 +256000,120 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceEncryptionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256346,78 +256122,78 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceSecurityBaselineState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", @@ -256429,15 +256205,15 @@ "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "Variants": [ "Update1", "UpdateExpanded1", @@ -256446,48 +256222,48 @@ ], "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 - }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMicrosoftTunnelConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256499,15 +256275,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256519,15 +256295,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256539,15 +256315,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMicrosoftTunnelSite", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256559,15 +256335,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "Variants": [ "Update", "UpdateExpanded", @@ -256576,18 +256352,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256599,30 +256375,30 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256632,25 +256408,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256670,15 +256446,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -256698,15 +256474,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementNdeConnector", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256715,18 +256491,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -256738,15 +256514,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementNotificationMessageTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256755,18 +256531,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -256778,15 +256554,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256798,15 +256574,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256826,15 +256602,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -256854,15 +256630,15 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRemoteActionAudit", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "Variants": [ "Update", "UpdateExpanded", @@ -256872,65 +256648,81 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": true + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementReport", + "Module": "Reports", + "Uri": "/deviceManagement/reports", "Variants": [ "Update", "UpdateExpanded" @@ -256938,31 +256730,31 @@ "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/reports" + ] }, { "ApiVersion": "v1.0", - "Module": "Reports", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementReport", + "Module": "Reports", + "Uri": "/deviceManagement/reports", "Variants": [ "Update1", "UpdateExpanded1" @@ -256985,16 +256777,22 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "IsAdmin": true } - ], - "Uri": "/deviceManagement/reports" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementResourceAccessProfile", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257003,18 +256801,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementResourceAccessProfileAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257023,18 +256821,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257043,18 +256841,18 @@ ], "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 - }, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementResourceOperation", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257066,15 +256864,15 @@ "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 - }, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementReusableSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257083,18 +256881,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257106,15 +256904,15 @@ "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 - }, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257123,18 +256921,18 @@ ], "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 - }, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257146,15 +256944,15 @@ "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257166,35 +256964,43 @@ "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}" + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "IsAdmin": 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 + } + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257206,15 +257012,15 @@ "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 - }, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleScopeTag", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257234,45 +257040,45 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleScopeTagAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementScript", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementScriptAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257292,15 +257098,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementScriptDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257320,15 +257126,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementScriptGroupAssignment", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257338,25 +257144,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementScriptUserRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257376,15 +257182,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementScriptUserRunStateDeviceRunState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257404,15 +257210,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementSettingDefinition", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257424,15 +257230,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257444,15 +257250,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257464,15 +257270,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTemplate", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257484,15 +257290,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTemplateCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257501,18 +257307,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTemplateCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257521,18 +257327,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTemplateMigratableTo", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "Variants": [ "Update", "UpdateExpanded", @@ -257544,60 +257350,60 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTemplateMigratableToCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTemplateMigratableToSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTemplateSetting", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257606,18 +257412,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257629,15 +257435,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndCondition", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257646,18 +257452,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257669,15 +257475,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257686,18 +257492,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257706,18 +257512,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndConditionAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257729,15 +257535,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndConditionGroupAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257749,15 +257555,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -257769,15 +257575,15 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementTroubleshootingEvent", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257789,15 +257595,15 @@ "Description": "Read and write Microsoft Intune devices", "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true - }, - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomaly", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257807,25 +257613,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257845,15 +257651,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257873,15 +257679,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257901,15 +257707,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257929,15 +257735,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257947,25 +257753,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "Variants": [ "Update", "UpdateExpanded", @@ -257985,15 +257791,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258013,15 +257819,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258041,15 +257847,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258069,15 +257875,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258097,15 +257903,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "Variants": [ "Update", "UpdateExpanded" @@ -258123,30 +257929,30 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258156,25 +257962,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258194,15 +258000,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "Variants": [ "Update", "UpdateExpanded" @@ -258210,25 +258016,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258248,15 +258054,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258266,25 +258072,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258304,15 +258110,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258322,25 +258128,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258350,25 +258156,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "Variants": [ "Update", "UpdateExpanded" @@ -258386,15 +258192,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258414,30 +258220,30 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258457,15 +258263,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258485,15 +258291,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "Variants": [ "Update", "Update1", @@ -258505,25 +258311,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258543,15 +258349,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258571,15 +258377,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258599,15 +258405,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258627,15 +258433,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258655,15 +258461,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258683,15 +258489,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258701,25 +258507,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258729,25 +258535,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258757,25 +258563,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "Variants": [ "Update", "UpdateExpanded" @@ -258783,25 +258589,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsOverview" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258811,25 +258617,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258849,15 +258655,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258867,25 +258673,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", "UpdateExpanded" @@ -258903,15 +258709,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258931,15 +258737,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258949,25 +258755,25 @@ "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "Variants": [ "Update", "UpdateExpanded", @@ -258987,15 +258793,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementUserPfxCertificate", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259004,46 +258810,46 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259052,33 +258858,33 @@ ], "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 - }, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisConnectionAdDomainPassword", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", "Variants": [ "Update", "UpdateExpanded", @@ -259090,15 +258896,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259110,15 +258916,15 @@ "Description": "Read and write Cloud PCs", "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true - }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointOrganizationSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "Variants": [ "Update", "UpdateExpanded" @@ -259136,15 +258942,15 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259153,136 +258959,136 @@ ], "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 - }, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointReport", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/reports" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointReportExportJob", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointServicePlan", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointSnapshot", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointSupportedRegion", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Administration", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "Module": "DeviceManagement.Administration", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259294,45 +259100,45 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", "Variants": [ "Update", "UpdateExpanded", @@ -259344,15 +259150,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty", + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", "Variants": [ "Update1", "UpdateExpanded1", @@ -259361,18 +259167,18 @@ ], "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowAutopilotSetting", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsAutopilotSettings", "Variants": [ "Update", "UpdateExpanded" @@ -259382,15 +259188,15 @@ "Description": "Read and write Microsoft Intune configuration", "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsAutopilotSettings" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfile", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259402,15 +259208,15 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259419,18 +259225,18 @@ ], "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -259442,15 +259248,15 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}" + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259459,18 +259265,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -259479,18 +259285,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259499,18 +259305,18 @@ ], "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "IsAdmin": true - }, - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowMalwareInformation", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259530,15 +259336,15 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259558,56 +259364,56 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true } - ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDeviceUsageRights", + "Module": "Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectory", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/directory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectory", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/directory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259619,15 +259425,15 @@ "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnit", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -259639,75 +259445,75 @@ "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 - }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnitExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryAttributeSet", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/attributeSets/{attributeSet-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259719,15 +259525,15 @@ "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 - }, - "Uri": "/directory/attributeSets/{attributeSet-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259736,18 +259542,18 @@ ], "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 - }, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259756,153 +259562,153 @@ ], "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 - }, - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryDeletedItem", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/deletedItems/{directoryObject-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryFeatureRolloutPolicy", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/impactedResources/{recommendationResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/impactedResources/{recommendationResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryInboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DirectoryObjects", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DirectoryObjects", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryObject", + "Module": "DirectoryObjects", + "Uri": "/directoryObjects/{directoryObject-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryObjects/{directoryObject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryOnPremisSynchronization", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Variants": [ "Update", "UpdateExpanded", @@ -259911,168 +259717,168 @@ ], "Permissions": { "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 - }, - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryOutboundSharedUserProfile", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryOutboundSharedUserProfileTenant", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryRecommendation", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryRecommendationImpactedResource", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{recommendationResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryRole", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryRoleScopedMember", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectoryRoleTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectorySetting", + "Module": "Identity.DirectoryManagement", + "Uri": "/settings/{directorySetting-id}", "Variants": [ "Update", "UpdateExpanded", @@ -260092,45 +259898,45 @@ "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 } - ], - "Uri": "/settings/{directorySetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectorySettingTemplate", + "Module": "Identity.DirectoryManagement", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDirectorySharedEmailDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", "Variants": [ "Update", "UpdateExpanded", @@ -260139,18 +259945,18 @@ ], "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 - }, - "Uri": "/domains/{domain-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomain", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -260162,15 +259968,15 @@ "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 - }, - "Uri": "/domains/{domain-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -260182,15 +259988,15 @@ "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 - }, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomainFederationConfiguration", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -260202,120 +260008,120 @@ "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 - }, - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomainServiceConfigurationRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomainSharedEmailDomainInvitation", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDomainVerificationDnsRecord", + "Module": "Identity.DirectoryManagement", + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDrive", + "Module": "Files", + "Uri": "/drives/{drive-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Update", "UpdateExpanded", @@ -260341,15 +260147,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -260375,165 +260181,165 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Update", "UpdateExpanded", @@ -260559,15 +260365,15 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -260593,765 +260399,765 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + ] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveList", + "Module": "Files", + "Uri": "/drives/{drive-id}/list", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveList", + "Module": "Files", + "Uri": "/drives/{drive-id}/list", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListContentType", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListOperation", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveListSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRoot", + "Module": "Files", + "Uri": "/drives/{drive-id}/root", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItem", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItemField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItemVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootPermission", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootSubscription", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootThumbnail", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgDriveRootVersion", + "Module": "Files", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -261363,15 +261169,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClass", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}", "Variants": [ "Update", "UpdateExpanded", @@ -261383,15 +261189,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/classes/{educationClass-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -261401,25 +261207,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignment", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -261429,55 +261235,55 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentCategory", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentDefault", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Variants": [ "Update", "UpdateExpanded", @@ -261497,15 +261303,15 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults" + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentDefault", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Variants": [ "Update1", "UpdateExpanded1", @@ -261525,225 +261331,238 @@ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", "IsAdmin": true } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults" + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentRubric", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentRubric", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric" + "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 + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSetting", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSetting", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignmentSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmission", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMe", + "Module": "Education", + "Uri": "/education/me", "Variants": [ "Update1", "UpdateExpanded1" @@ -261753,15 +261572,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/me" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMe", + "Module": "Education", + "Uri": "/education/me", "Variants": [ "Update", "UpdateExpanded" @@ -261771,281 +261590,307 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/me" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignment", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentRubric", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentRubric", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmission", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/me/rubrics/{educationRubric-id}" + "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 + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true + } + ] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationMeRubric", + "Module": "Education", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/me/rubrics/{educationRubric-id}" + "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 + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true + } + ] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationRoot", + "Module": "Education", + "Uri": "/education", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/education" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationRoot", + "Module": "Education", + "Uri": "/education", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/education" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262057,15 +261902,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationSchool", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -262077,90 +261922,90 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/schools/{educationSchool-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationSchoolAdministrativeUnit", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationSchoolAdministrativeUnit", + "Module": "Education", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationSynchronizationProfile", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationSynchronizationProfileError", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationSynchronizationProfileStatus", + "Module": "Education", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUser", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262172,15 +262017,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/users/{educationUser-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUser", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -262192,255 +262037,255 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/education/users/{educationUser-id}" + } }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignment", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmission", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Education", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEducationUserRubric", + "Module": "Education", + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262449,18 +262294,18 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -262472,15 +262317,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Update-MgEntitlementManagementAccessPackageAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -262494,45 +262339,45 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262544,15 +262389,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStep", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262561,33 +262406,33 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -262598,18 +262443,18 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262618,63 +262463,63 @@ ], "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 - }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageResourceRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Update-MgEntitlementManagementAssignment", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -262688,15 +262533,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "POST", "Command": "Update-MgEntitlementManagementAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -262710,15 +262555,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalog", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262730,30 +262575,30 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -262765,15 +262610,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementConnectedOrganization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262785,15 +262630,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementSetting", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/settings", "Variants": [ "Update1", "UpdateExpanded1" @@ -262803,15 +262648,15 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/settings" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementSetting", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/settings", "Variants": [ "Update", "UpdateExpanded" @@ -262821,56 +262666,56 @@ "Description": "Read and write entitlement management resources", "FullDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", "IsAdmin": true - }, - "Uri": "/identityGovernance/entitlementManagement/settings" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgEntitlementManagementSubject", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternal", + "Module": "Search", + "Uri": "/external", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/external" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternal", + "Module": "Search", + "Uri": "/external", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/external" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", "Variants": [ "Update", "UpdateExpanded", @@ -262890,15 +262735,15 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnection", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -262918,43 +262763,30 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [ - { - "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 - }, - { - "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 - } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionGroup", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -262974,45 +262806,45 @@ "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 } - ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionGroupMember", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263022,25 +262854,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionItem", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -263050,128 +262882,128 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionItemActivity", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionOperation", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionQuota", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/quota", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/quota" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionSchema", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/schema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/schema" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgExternalConnectionSchema", + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}/schema", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/external/connections/{externalConnection-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancial", + "Module": "Financials", + "Uri": "/financials", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/financials" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCountryRegion", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263183,15 +263015,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263200,18 +263032,18 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263223,105 +263055,105 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263330,18 +263162,18 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263353,105 +263185,105 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "Variants": [ "Update", "Update1", @@ -263462,15 +263294,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "Variants": [ "Update", "Update1", @@ -263481,45 +263313,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyEmployee", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263528,33 +263360,33 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyEmployeePicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyInformation", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263566,15 +263398,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263583,18 +263415,18 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/items/{item-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "Variants": [ "Update", "Update1", @@ -263610,30 +263442,30 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyJournal", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263642,18 +263474,18 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyJournalLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "Variants": [ "Update", "Update1", @@ -263664,15 +263496,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263684,15 +263516,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "Variants": [ "Update", "UpdateExpanded", @@ -263704,60 +263536,60 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", "Variants": [ "Update", "Update1", @@ -263768,15 +263600,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "Variants": [ "Update", "Update1", @@ -263787,15 +263619,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "Variants": [ "Update", "Update1", @@ -263806,15 +263638,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "Variants": [ "Update", "Update1", @@ -263825,465 +263657,465 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendor", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemo", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoice", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", "Variants": [ "Update", "Update1", @@ -264294,15 +264126,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "Variants": [ "Update", "Update1", @@ -264313,15 +264145,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "Variants": [ "Update", "Update1", @@ -264332,15 +264164,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "Variants": [ "Update", "Update1", @@ -264351,165 +264183,165 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoicePaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleInvoiceShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrder", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", "Variants": [ "Update", "Update1", @@ -264520,15 +264352,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "Variants": [ "Update", "Update1", @@ -264539,15 +264371,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "Variants": [ "Update", "Update1", @@ -264558,15 +264390,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "Variants": [ "Update", "Update1", @@ -264577,150 +264409,150 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleOrderPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuote", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteCustomer", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteCustomerCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteCustomerPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteCustomerPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteCustomerPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteCustomerShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteLine", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", "Variants": [ "Update", "Update1", @@ -264731,15 +264563,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteLineItem", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "Variants": [ "Update", "Update1", @@ -264750,15 +264582,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteLineItemCategory", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "Variants": [ "Update", "Update1", @@ -264769,15 +264601,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteLineItemPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "Variants": [ "Update", "Update1", @@ -264788,45 +264620,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuotePaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanySaleQuoteShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyShipmentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "Variants": [ "Update", "UpdateExpanded", @@ -264838,15 +264670,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyTaxArea", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "Variants": [ "Update", "UpdateExpanded", @@ -264858,15 +264690,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyTaxGroup", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "Variants": [ "Update", "UpdateExpanded", @@ -264878,15 +264710,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyUnitOfMeasure", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "Variants": [ "Update", "UpdateExpanded", @@ -264898,15 +264730,15 @@ "Description": "Read and write financials data", "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyVendor", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "Variants": [ "Update", "UpdateExpanded", @@ -264915,78 +264747,78 @@ ], "Permissions": { "Name": "Financials.ReadWrite.All", - "Description": "Read and write financials data", - "FullDescription": "Allows the app to read and write financials data on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}" + } }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyVendorCurrency", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyVendorPaymentMethod", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyVendorPaymentTerm", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Financials", "OutputType": null, "Method": "PATCH", "Command": "Update-MgFinancialCompanyVendorPicture", + "Module": "Financials", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}", "Variants": [ "Update", "UpdateExpanded", @@ -265006,15 +264838,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroup", + "Module": "Groups", + "Uri": "/groups/{group-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -265034,135 +264866,135 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}" + ] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupAppRoleAssignment", + "Module": "Applications", + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupCalendarPermission", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Variants": [ "Update", "UpdateExpanded", @@ -265174,15 +265006,15 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -265194,1215 +265026,1215 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}" + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDrive", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveList", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveList", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListContentType", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListOperation", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveListSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRoot", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRoot", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItem", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootPermission", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootSubscription", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootThumbnail", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupDriveRootVersion", + "Module": "Files", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEndpoint", + "Module": "Groups", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", "Variants": [ "Update", "UpdateExpanded", @@ -266422,15 +266254,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/events/{event-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEvent", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -266450,360 +266282,360 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/groups/{group-id}/events/{event-id}" + ] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceExtension", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -266815,15 +266647,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupLifecyclePolicy", + "Module": "Groups", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -266835,195 +266667,195 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupOnenoteNotebook", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupOnenotePage", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Update-MgGroupOnenotePageContent", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "POST", "Command": "Update-MgGroupOnenotePageContent", + "Module": "Groups", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupOnenoteSection", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupPermissionGrant", + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupPhoto", + "Module": "Groups", + "Uri": "/groups/{group-id}/photo", "Variants": [ "Update", "UpdateExpanded", @@ -267032,18 +266864,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/photo" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupPhoto", + "Module": "Groups", + "Uri": "/groups/{group-id}/photo", "Variants": [ "Update1", "UpdateExpanded1", @@ -267055,75 +266887,75 @@ "Description": "Read and write all groups", "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true - }, - "Uri": "/groups/{group-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupPlanner", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupPlanner", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupPlannerPlanDetail", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupPlannerPlanDetail", + "Module": "Planner", + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSetting", + "Module": "Groups", + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "Variants": [ "Update", "UpdateExpanded", @@ -267133,730 +266965,730 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSite", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteList", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListContentType", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItem", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItemField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItemField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItemVersion", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItemVersionField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListItemVersionField", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteListSubscription", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteOperation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePage", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePageCanvaLayout", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePageCanvaLayoutVerticalSection", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePageWebPart", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSitePermission", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStore", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStore", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "Variants": [ "Update1", "Update2", @@ -267867,30 +267699,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Variants": [ "Update1", "Update2", @@ -267901,30 +267733,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Variants": [ "Update1", "Update2", @@ -267935,30 +267767,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Variants": [ "Update1", "Update2", @@ -267973,15 +267805,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -267992,45 +267824,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Update1", "Update2", @@ -268041,30 +267873,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Variants": [ "Update1", "Update2", @@ -268075,30 +267907,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "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" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update1", "Update2", @@ -268109,45 +267941,45 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "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" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update1", "Update2", @@ -268158,30 +267990,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Update1", "Update2", @@ -268192,30 +268024,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Update1", "Update2", @@ -268230,15 +268062,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -268249,45 +268081,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroup", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Variants": [ "Update", "Update1", @@ -268298,15 +268130,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -268317,105 +268149,105 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Update1", "Update2", @@ -268426,30 +268258,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Update1", "Update2", @@ -268460,30 +268292,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update1", "Update2", @@ -268494,45 +268326,45 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update1", "Update2", @@ -268543,975 +268375,975 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamOperation", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPermissionGrant", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPhoto", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPhoto", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/photo", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/photo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleShift", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamTag", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupTeamTagMember", + "Module": "Teams", + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Variants": [ "Update", "UpdateExpanded", @@ -269520,18 +269352,18 @@ ], "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 - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThread", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -269540,213 +269372,213 @@ ], "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 - }, - "Uri": "/groups/{group-id}/threads/{conversationThread-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPost", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostInReplyToExtension", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Groups", "OutputType": null, "Method": "PATCH", "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty", + "Module": "Groups", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -269758,15 +269590,15 @@ "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 - }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityApiConnector", + "Module": "Identity.SignIns", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Variants": [ "Update", "UpdateExpanded", @@ -269778,30 +269610,30 @@ "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 - }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityAuthenticationEventListener", + "Module": "Identity.SignIns", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2CUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "Variants": [ "Update", "UpdateExpanded", @@ -269813,60 +269645,60 @@ "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2CUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2CUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2CUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2CUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -269875,138 +269707,138 @@ ], "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 - }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -270018,15 +269850,15 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", + "Module": "Identity.SignIns", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270038,15 +269870,15 @@ "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 - }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -270058,15 +269890,15 @@ "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 - }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270078,73 +269910,73 @@ "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 - }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessAuthenticationStrength", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Method": "POST", "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270164,15 +269996,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270182,25 +270014,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -270220,15 +270052,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270238,31 +270070,31 @@ "Permissions": [ { "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -270288,15 +270120,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityContinuouAccessEvaluationPolicy", + "Module": "Identity.SignIns", + "Uri": "/identity/continuousAccessEvaluationPolicy", "Variants": [ "Update", "UpdateExpanded" @@ -270320,255 +270152,255 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/identity/continuousAccessEvaluationPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityCustomAuthenticationExtension", + "Module": "Identity.SignIns", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270577,18 +270409,18 @@ ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -270597,48 +270429,48 @@ ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270647,18 +270479,18 @@ ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -270667,18 +270499,18 @@ ], "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270690,15 +270522,15 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -270710,75 +270542,75 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewPolicy", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/accessReviews/policy", "Variants": [ "Update", "UpdateExpanded" @@ -270788,135 +270620,135 @@ "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 - }, - "Uri": "/identityGovernance/accessReviews/policy" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270925,18 +270757,18 @@ ], "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Variants": [ "Update", "UpdateExpanded", @@ -270948,163 +270780,163 @@ "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRun", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "Variants": [ "Update", "UpdateExpanded" @@ -271114,150 +270946,150 @@ "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 - }, - "Uri": "/identityGovernance/lifecycleWorkflows/settings" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -271269,15 +271101,15 @@ "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 - }, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreement", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Variants": [ "Update", "UpdateExpanded", @@ -271289,15 +271121,15 @@ "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 - }, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Variants": [ "Update2", "Update3", @@ -271308,15 +271140,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "Variants": [ "Update", "Update1", @@ -271327,105 +271159,105 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "Module": "Identity.Governance", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Variants": [ "Update", "UpdateExpanded", @@ -271437,15 +271269,15 @@ "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 - }, - "Uri": "/identity/identityProviders/{identityProviderBase-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityProvider", + "Module": "Identity.SignIns", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -271457,30 +271289,30 @@ "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 - }, - "Uri": "/identity/identityProviders/{identityProviderBase-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityUserFlow", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlows/{identityUserFlow-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identity/userFlows/{identityUserFlow-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Variants": [ "Update", "UpdateExpanded", @@ -271492,15 +271324,15 @@ "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 - }, - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgIdentityUserFlowAttribute", + "Module": "Identity.SignIns", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -271509,160 +271341,160 @@ ], "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 - }, - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtection", + "Module": "Identity.SignIns", + "Uri": "/informationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtection", + "Module": "Identity.SignIns", + "Uri": "/informationProtection", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/informationProtection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtectionPolicy", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/policy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtectionSensitivityPolicySetting", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/sensitivityPolicySettings", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/sensitivityPolicySettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Update", "UpdateExpanded", @@ -271672,25 +271504,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOauth2PermissionGrant", + "Module": "Identity.SignIns", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -271710,15 +271542,15 @@ "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true } - ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOfficeClientConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -271730,161 +271562,161 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true - }, - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOfficeClientConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "POST", "Command": "Update-MgOfficeClientConfigurationPriority", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration/clientConfigurations/updatePriorities", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/officeConfiguration/clientConfigurations/updatePriorities" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOfficeConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/officeConfiguration", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/officeConfiguration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOnPremisePublishingProfile", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOnPremisePublishingProfileAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOnPremisePublishingProfileAgentGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOnPremisePublishingProfileAgentGroupAgent", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOnPremisePublishingProfileConnector", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOnPremisePublishingProfileConnectorGroup", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOnPremisePublishingProfilePublishedResource", + "Module": "Applications", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "Variants": [ "Update", "UpdateExpanded", @@ -271896,15 +271728,15 @@ "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 - }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", "Variants": [ "Update", "UpdateExpanded", @@ -271930,15 +271762,15 @@ "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 } - ], - "Uri": "/organization/{organization-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -271964,15 +271796,15 @@ "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 } - ], - "Uri": "/organization/{organization-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationBranding", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", "Variants": [ "Update", "UpdateExpanded", @@ -271984,15 +271816,15 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationBranding", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding", "Variants": [ "Update1", "UpdateExpanded1", @@ -272001,18 +271833,18 @@ ], "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 - }, - "Uri": "/organization/{organization-id}/branding" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Variants": [ "Update", "UpdateExpanded", @@ -272024,15 +271856,15 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationBrandingLocalization", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -272044,60 +271876,60 @@ "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 - }, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationExtension", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationSetting", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationSettingContactInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/contactInsights", "Variants": [ "Update", "UpdateExpanded", @@ -272117,15 +271949,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/organization/{organization-id}/settings/contactInsights" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationSettingItemInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/itemInsights", "Variants": [ "Update", "UpdateExpanded", @@ -272145,15 +271977,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/organization/{organization-id}/settings/itemInsights" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationSettingMicrosoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "Variants": [ "Update", "UpdateExpanded", @@ -272165,15 +271997,15 @@ "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 - }, - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess" + } }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationSettingPersonInsight", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/peopleInsights", "Variants": [ "Update", "UpdateExpanded", @@ -272193,30 +272025,30 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/organization/{organization-id}/settings/peopleInsights" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgOrganizationSettingProfileCardProperty", + "Module": "Identity.DirectoryManagement", + "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlace", + "Module": "Calendar", + "Uri": "/places/{place-id}", "Variants": [ "Update", "UpdateExpanded", @@ -272228,15 +272060,15 @@ "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 - }, - "Uri": "/places/{place-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlace", + "Module": "Calendar", + "Uri": "/places/{place-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -272248,41 +272080,41 @@ "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 - }, - "Uri": "/places/{place-id}" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlanner", + "Module": "Planner", + "Uri": "/planner", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/planner" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlanner", + "Module": "Planner", + "Uri": "/planner", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/planner" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -272292,25 +272124,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/buckets/{plannerBucket-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerBucket", + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}", "Variants": [ "Update", "UpdateExpanded", @@ -272330,15 +272162,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/buckets/{plannerBucket-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -272358,15 +272190,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerPlan", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", "Variants": [ "Update", "UpdateExpanded", @@ -272376,25 +272208,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerPlanDetail", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/details", "Variants": [ "Update1", "UpdateExpanded1", @@ -272414,15 +272246,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}/details" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerPlanDetail", + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}/details", "Variants": [ "Update", "UpdateExpanded", @@ -272442,45 +272274,45 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/plans/{plannerPlan-id}/details" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerRoster", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/planner/rosters/{plannerRoster-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerRosterMember", + "Module": "Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -272500,15 +272332,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTask", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}", "Variants": [ "Update", "UpdateExpanded", @@ -272528,15 +272360,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Variants": [ "Update1", "UpdateExpanded1", @@ -272546,25 +272378,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", @@ -272584,15 +272416,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Variants": [ "Update1", "UpdateExpanded1", @@ -272612,15 +272444,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", @@ -272640,15 +272472,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTaskDetail", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", "Variants": [ "Update1", "UpdateExpanded1", @@ -272668,15 +272500,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/details" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTaskDetail", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", "Variants": [ "Update", "UpdateExpanded", @@ -272686,25 +272518,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/details" + ] }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Variants": [ "Update1", "UpdateExpanded1", @@ -272724,15 +272556,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "Module": "Planner", + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", @@ -272742,43 +272574,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAccessReviewPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/accessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], "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 - }, - "Uri": "/policies/accessReviewPolicy" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -272790,15 +272622,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -272810,41 +272642,41 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAdminConsentRequestPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/adminConsentRequestPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/policies/adminConsentRequestPolicy" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAdminConsentRequestPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/adminConsentRequestPolicy", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/policies/adminConsentRequestPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -272856,69 +272688,69 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationFlowPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationFlowsPolicy", "Variants": [ "Update", "UpdateExpanded" ], "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 - }, - "Uri": "/policies/authenticationFlowsPolicy" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationFlowPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationFlowsPolicy", "Variants": [ "Update1", "UpdateExpanded1" ], "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 - }, - "Uri": "/policies/authenticationFlowsPolicy" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", "Variants": [ "Update", "UpdateExpanded" ], "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 - }, - "Uri": "/policies/authenticationMethodsPolicy" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy", "Variants": [ "Update1", "UpdateExpanded1" @@ -272928,45 +272760,45 @@ "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 - }, - "Uri": "/policies/authenticationMethodsPolicy" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -272986,15 +272818,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Method": "POST", "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "Variants": [ "Update", "UpdateExpanded", @@ -273014,78 +272846,78 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "Module": "Identity.SignIns", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthorizationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthorizationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy", "Variants": [ "Update1", "UpdateExpanded1" ], "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 - }, - "Uri": "/policies/authorizationPolicy" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "Module": "Identity.SignIns", + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyB2CAuthenticationMethodPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/b2cAuthenticationMethodsPolicy", "Variants": [ "Update", "UpdateExpanded" @@ -273095,15 +272927,15 @@ "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 - }, - "Uri": "/policies/b2cAuthenticationMethodsPolicy" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273115,15 +272947,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyClaimMappingPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273135,15 +272967,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy", "Variants": [ "Update", "UpdateExpanded" @@ -273153,15 +272985,15 @@ "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 - }, - "Uri": "/policies/crossTenantAccessPolicy" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy", "Variants": [ "Update1", "UpdateExpanded1" @@ -273171,51 +273003,51 @@ "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 - }, - "Uri": "/policies/crossTenantAccessPolicy" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", "Variants": [ "Update", "UpdateExpanded" ], "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/default" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/default", "Variants": [ "Update1", "UpdateExpanded1" ], "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/default" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Variants": [ "Update", "UpdateExpanded", @@ -273224,18 +273056,18 @@ ], "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", + "Module": "Identity.SignIns", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273244,49 +273076,49 @@ ], "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 - }, - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyDefaultAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/defaultAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded" ], "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 - }, - "Uri": "/policies/defaultAppManagementPolicy" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyDirectoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/directoryRoleAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/policies/directoryRoleAccessReviewPolicy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyExternalIdentityPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/externalIdentitiesPolicy", "Variants": [ "Update", "UpdateExpanded" @@ -273296,15 +273128,15 @@ "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 - }, - "Uri": "/policies/externalIdentitiesPolicy" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273316,15 +273148,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyFeatureRolloutPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273336,15 +273168,15 @@ "Description": "Read and write directory data", "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", "IsAdmin": true - }, - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273356,15 +273188,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273373,18 +273205,18 @@ ], "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 - }, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Variants": [ "Update", "UpdateExpanded" @@ -273392,25 +273224,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Variants": [ "Update1", "UpdateExpanded1" @@ -273428,15 +273260,15 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true } - ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyMobileAppManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273445,18 +273277,18 @@ ], "Permissions": { "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 - }, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyMobileDeviceManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273468,15 +273300,15 @@ "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 - }, - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273485,18 +273317,18 @@ ], "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273505,168 +273337,168 @@ ], "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 - }, - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyAssignment", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273686,15 +273518,15 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyRule", + "Module": "Identity.SignIns", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273714,60 +273546,60 @@ "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 } - ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyServicePrincipalCreationPolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyServicePrincipalCreationPolicyExclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyServicePrincipalCreationPolicyInclude", + "Module": "Identity.SignIns", + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273776,18 +273608,18 @@ ], "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 - }, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyTokenIssuancePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273799,15 +273631,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273819,15 +273651,15 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPolicyTokenLifetimePolicy", + "Module": "Identity.SignIns", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273839,41 +273671,41 @@ "Description": "Read and write your organization's application configuration policies", "FullDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", "IsAdmin": true - }, - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrint", + "Module": "Devices.CloudPrint", + "Uri": "/print", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/print" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrint", + "Module": "Devices.CloudPrint", + "Uri": "/print", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/print" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273885,15 +273717,15 @@ "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true - }, - "Uri": "/print/connectors/{printConnector-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintConnector", + "Module": "Devices.CloudPrint", + "Uri": "/print/connectors/{printConnector-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273905,45 +273737,45 @@ "Description": "Read and write print connectors", "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true - }, - "Uri": "/print/connectors/{printConnector-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/operations/{printOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintOperation", + "Module": "Devices.CloudPrint", + "Uri": "/print/operations/{printOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/print/operations/{printOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintPrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", "Variants": [ "Update", "UpdateExpanded", @@ -273953,25 +273785,25 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintPrinter", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -273981,130 +273813,130 @@ "Permissions": [ { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/print/printers/{printer-id}" + ] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintPrinterShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/printerShares/{printerShare-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/printerShares/{printerShare-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintPrinterTaskTrigger", + "Module": "Devices.CloudPrint", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintService", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintServiceEndpoint", + "Module": "Devices.CloudPrint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -274113,18 +273945,18 @@ ], "Permissions": { "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 - }, - "Uri": "/print/shares/{printerShare-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintShare", + "Module": "Devices.CloudPrint", + "Uri": "/print/shares/{printerShare-id}", "Variants": [ "Update", "UpdateExpanded", @@ -274136,15 +273968,15 @@ "Description": "Read and update printer shares", "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true - }, - "Uri": "/print/shares/{printerShare-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -274156,15 +273988,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintTaskDefinition", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -274176,15 +274008,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}" + } }, { "ApiVersion": "beta", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -274196,15 +274028,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Devices.CloudPrint", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrintTaskDefinitionTask", + "Module": "Devices.CloudPrint", + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "Variants": [ "Update", "UpdateExpanded", @@ -274216,315 +274048,315 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccess", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResource", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessResourceRoleSettingRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleAssignmentRequestSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleAssignmentRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleAssignmentSubject", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedAccessRoleSettingRoleDefinition", + "Module": "Identity.Governance", + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedApproval", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}", "Variants": [ "Update", "UpdateExpanded", @@ -274533,243 +274365,243 @@ ], "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 - }, - "Uri": "/privilegedApproval/{privilegedApproval-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedApprovalRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedApprovalRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedApprovalRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedOperationEvent", + "Module": "Identity.Governance", + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRole", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleAssignment", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleAssignmentRequest", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleAssignmentRoleInfo", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleAssignmentRoleInfoSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleAssignmentRoleInfoSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleSetting", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/settings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgPrivilegedRoleSummary", + "Module": "Identity.Governance", + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/summary" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgProgram", + "Module": "Identity.Governance", + "Uri": "/programs/{program-id}", "Variants": [ "Update", "UpdateExpanded", @@ -274781,15 +274613,15 @@ "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 - }, - "Uri": "/programs/{program-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgProgramControl", + "Module": "Identity.Governance", + "Uri": "/programControls/{programControl-id}", "Variants": [ "Update", "Update1", @@ -274804,15 +274636,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/programControls/{programControl-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgProgramControlProgram", + "Module": "Identity.Governance", + "Uri": "/programControls/{programControl-id}/program", "Variants": [ "Update", "Update1", @@ -274823,195 +274655,195 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/programControls/{programControl-id}/program" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.Governance", "OutputType": null, "Method": "PATCH", "Command": "Update-MgProgramControlType", + "Module": "Identity.Governance", + "Uri": "/programControlTypes/{programControlType-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/programControlTypes/{programControlType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Reports", "OutputType": null, "Method": "PATCH", "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", + "Module": "Reports", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskDetections/{riskDetection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskDetections/{riskDetection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskyServicePrincipal", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskyServicePrincipalHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskyUser", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRiskyUserHistory", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement", "Variants": [ "Update", "UpdateExpanded" @@ -275029,15 +274861,15 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement" + ] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement", "Variants": [ "Update1", "UpdateExpanded1" @@ -275055,103 +274887,103 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementCloudPc", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementCloudPcResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementCloudPcRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementCloudPcRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementCloudPcRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -275189,30 +275021,30 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDeviceManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement", "Variants": [ "Update", "UpdateExpanded" @@ -275230,90 +275062,90 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true } - ], - "Uri": "/roleManagement/deviceManagement" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDeviceManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDeviceManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDeviceManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -275351,281 +275183,281 @@ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", "IsAdmin": true } - ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectory", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectory", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -275634,18 +275466,18 @@ ], "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 - }, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -275654,599 +275486,599 @@ ], "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 - }, - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagement", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "DeviceManagement.Enrolment", "OutputType": null, "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "Module": "DeviceManagement.Enrolment", + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "SchemaExtensions", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Variants": [ "Update", "UpdateExpanded", @@ -276258,15 +276090,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/schemaExtensions/{schemaExtension-id}" + } }, { "ApiVersion": "v1.0", - "Module": "SchemaExtensions", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSchemaExtension", + "Module": "SchemaExtensions", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -276278,15 +276110,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/schemaExtensions/{schemaExtension-id}" + } }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSearchAcronym", + "Module": "Search", + "Uri": "/search/acronyms/{acronym-id}", "Variants": [ "Update", "UpdateExpanded", @@ -276306,15 +276138,15 @@ "FullDescription": "Allows the app to read and write search configuration, on your behalf.", "IsAdmin": true } - ], - "Uri": "/search/acronyms/{acronym-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSearchBookmark", + "Module": "Search", + "Uri": "/search/bookmarks/{bookmark-id}", "Variants": [ "Update", "UpdateExpanded", @@ -276324,81 +276156,81 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/search/bookmarks/{bookmark-id}" + ] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSearchEntity", + "Module": "Search", + "Uri": "/search", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/search" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSearchEntity", + "Module": "Search", + "Uri": "/search", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/search" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Search", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSearchQna", + "Module": "Search", + "Uri": "/search/qnas/{qna-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/search/qnas/{qna-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityAction", + "Module": "Security", + "Uri": "/security/securityActions/{securityAction-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/securityActions/{securityAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityAlert", + "Module": "Security", + "Uri": "/security/alerts/{alert-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -276410,15 +276242,15 @@ "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 - }, - "Uri": "/security/alerts/{alert-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityAlert", + "Module": "Security", + "Uri": "/security/alerts/{alert-id}", "Variants": [ "Update", "UpdateExpanded", @@ -276427,117 +276259,117 @@ ], "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 - }, - "Uri": "/security/alerts/{alert-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphAlert", "Method": "POST", "Command": "Update-MgSecurityAlertMultiple", + "Module": "Security", + "Uri": "/security/alerts/updateAlerts", "Variants": [ "Update2", "UpdateExpanded2" ], - "Permissions": [], - "Uri": "/security/alerts/updateAlerts" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationAutomation", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationAutomationRun", + "Module": "Security", + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCase", + "Module": "Security", + "Uri": "/security/cases", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/security/cases" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCase", + "Module": "Security", + "Uri": "/security/cases", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/security/cases" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Variants": [ "Update", "UpdateExpanded", @@ -276557,15 +276389,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCase", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -276585,45 +276417,45 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", "Variants": [ "Update1", "UpdateViaIdentity1" @@ -276641,15 +276473,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", "Variants": [ "Update", "UpdateViaIdentity" @@ -276667,105 +276499,105 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHold", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -276785,75 +276617,75 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "Variants": [ "Update1", "UpdateViaIdentity1" @@ -276871,15 +276703,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "POST", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "Variants": [ "Update", "UpdateViaIdentity" @@ -276897,90 +276729,90 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Variants": [ "Update", "UpdateExpanded", @@ -276990,25 +276822,25 @@ "Permissions": [ { "Name": "eDiscovery.Read.All", - "Description": "Read all eDiscovery objects", - "FullDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "eDiscovery.ReadWrite.All", - "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -277028,15 +276860,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277056,15 +276888,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -277084,45 +276916,45 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Variants": [ "Update", "UpdateExpanded", @@ -277131,18 +276963,18 @@ ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Variants": [ "Update1", "UpdateExpanded1", @@ -277151,18 +276983,18 @@ ], "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 - }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277182,15 +277014,15 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "Module": "Security", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -277210,75 +277042,75 @@ "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", "IsAdmin": true } - ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}" + ] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityCloudAppSecurityProfile", + "Module": "Security", + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityDomainSecurityProfile", + "Module": "Security", + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityFileSecurityProfile", + "Module": "Security", + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityHostSecurityProfile", + "Module": "Security", + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277290,15 +277122,15 @@ "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 - }, - "Uri": "/security/incidents/{incident-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityIncident", + "Module": "Security", + "Uri": "/security/incidents/{incident-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -277310,99 +277142,99 @@ "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 - }, - "Uri": "/security/incidents/{incident-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityInformationProtection", + "Module": "Security", + "Uri": "/security/informationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityInformationProtectionLabelPolicySetting", + "Module": "Security", + "Uri": "/security/informationProtection/labelPolicySettings", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection/labelPolicySettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityInformationProtectionSensitivityLabel", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityInformationProtectionSensitivityLabelParent", + "Module": "Security", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityIPSecurityProfile", + "Module": "Security", + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityLabel", + "Module": "Security", + "Uri": "/security/labels", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/security/labels" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityLabelRetentionLabel", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277411,78 +277243,78 @@ ], "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 - }, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", + "Module": "Security", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityProviderTenantSetting", + "Module": "Security", + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores/{secureScore-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/secureScores/{secureScore-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecuritySecureScore", + "Module": "Security", + "Uri": "/security/secureScores/{secureScore-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/security/secureScores/{secureScore-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277494,15 +277326,15 @@ "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 - }, - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecuritySecureScoreControlProfile", + "Module": "Security", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -277514,15 +277346,15 @@ "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 - }, - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecuritySubjectRightsRequest", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277534,58 +277366,58 @@ "Description": "Read and write data subject requests", "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true - }, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecuritySubjectRightsRequestNote", + "Module": "Security", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityThreatSubmission", + "Module": "Security", + "Uri": "/security/threatSubmission", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/security/threatSubmission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityThreatSubmissionEmailThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Module": "Security", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277597,45 +277429,45 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityThreatSubmissionFileThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityThreatSubmissionUrlThreat", + "Module": "Security", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityTiIndicator", + "Module": "Security", + "Uri": "/security/tiIndicators/{tiIndicator-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277647,69 +277479,69 @@ "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 - }, - "Uri": "/security/tiIndicators/{tiIndicator-id}" + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": "IMicrosoftGraphTiIndicator", "Method": "POST", "Command": "Update-MgSecurityTiIndicatorMultiple", + "Module": "Security", + "Uri": "/security/tiIndicators/updateTiIndicators", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/security/tiIndicators/updateTiIndicators" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityTrigger", + "Module": "Security", + "Uri": "/security/triggers", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/security/triggers" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityTriggerRetentionEvent", + "Module": "Security", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityTriggerType", + "Module": "Security", + "Uri": "/security/triggerTypes", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/security/triggerTypes" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityTriggerTypeRetentionEventType", + "Module": "Security", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277718,183 +277550,183 @@ ], "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 - }, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Security", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSecurityUserSecurityProfile", + "Module": "Security", + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementHealthOverview", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementIssue", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementMessage", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.ServiceAnnouncement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServiceAnnouncementMessageAttachment", + "Module": "Devices.ServiceAnnouncement", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipal", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Variants": [ "Update", "UpdateExpanded", @@ -277906,15 +277738,15 @@ "Description": "Read and write applications", "FullDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", "IsAdmin": true - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipal", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -277923,153 +277755,153 @@ ], "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 - }, - "Uri": "/servicePrincipals/{servicePrincipal-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalAppRoleAssignedTo", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalAppRoleAssignment", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalEndpoint", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalLicenseDetail", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "POST", "Command": "Update-MgServicePrincipalPasswordSingleSignOnCredentials", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", "Variants": [ "Update", "UpdateExpanded", @@ -278079,316 +277911,316 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalRiskDetection", + "Module": "Identity.SignIns", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronization", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationJob", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationJobSchema", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationTemplate", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareList", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareList", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListContentType", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListContentTypeColumn", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListContentTypeColumnLink", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Variants": [ "Update2", "Update3", @@ -278399,15 +278231,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", "Variants": [ "Update", "Update1", @@ -278418,15 +278250,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update2", "Update3", @@ -278437,15 +278269,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "Update1", @@ -278456,15 +278288,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItemField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Variants": [ "Update2", "Update3", @@ -278475,15 +278307,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItemField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "Variants": [ "Update", "Update1", @@ -278494,15 +278326,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update2", "Update3", @@ -278513,15 +278345,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItemVersion", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update", "Update1", @@ -278532,15 +278364,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItemVersionField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update2", "Update3", @@ -278551,15 +278383,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListItemVersionField", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "Update1", @@ -278570,165 +278402,165 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListOperation", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareListSubscription", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSharePermission", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/permission" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSharePermission", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}/permission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}/permission" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgShareSharedDriveItemSharedDriveItem", + "Module": "Files", + "Uri": "/shares/{sharedDriveItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/shares/{sharedDriveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSite", + "Module": "Sites", + "Uri": "/sites/{site-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSite", + "Module": "Sites", + "Uri": "/sites/{site-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -278748,15 +278580,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -278766,25 +278598,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Update", "UpdateExpanded", @@ -278804,15 +278636,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -278822,25 +278654,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -278860,15 +278692,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -278878,85 +278710,85 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteList", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -278966,25 +278798,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -279004,15 +278836,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Update", "UpdateExpanded", @@ -279032,15 +278864,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListContentType", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -279060,15 +278892,15 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -279078,25 +278910,25 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListContentTypeColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -279116,105 +278948,105 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false } - ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + ] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListContentTypeColumnLink", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItem", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItemDocumentSetVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItemField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Update", "UpdateExpanded", @@ -279223,18 +279055,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItemField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", @@ -279243,288 +279075,288 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItemVersion", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItemVersionField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListItemVersionField", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListOperation", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteListSubscription", + "Module": "Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteOnenoteNotebook", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteOnenotePage", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Update-MgSiteOnenotePageContent", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "POST", "Command": "Update-MgSiteOnenotePageContent", + "Module": "Sites", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteOnenoteSection", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePage", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}", "Variants": [ "Update", "UpdateExpanded", @@ -279536,120 +279368,120 @@ "Description": "Edit or delete items in all site collections", "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/pages/{sitePage-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePageCanvaLayout", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePageCanvaLayoutHorizontalSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePageCanvaLayoutHorizontalSectionColumn", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePageCanvaLayoutVerticalSection", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePageCanvaLayoutVerticalSectionWebpart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePageWebPart", + "Module": "Sites", + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Update", "UpdateExpanded", @@ -279661,15 +279493,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/permissions/{permission-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSitePermission", + "Module": "Sites", + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -279681,15 +279513,15 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/sites/{site-id}/permissions/{permission-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStore", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore", "Variants": [ "Update2", "UpdateExpanded2", @@ -279698,18 +279530,18 @@ ], "Permissions": { "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 - }, - "Uri": "/sites/{site-id}/termStore" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStore", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore", "Variants": [ "Update", "Update1", @@ -279725,30 +279557,30 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Variants": [ "Update", "Update1", @@ -279759,30 +279591,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "Variants": [ "Update", "Update1", @@ -279793,30 +279625,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Variants": [ "Update3", "UpdateExpanded3", "UpdateViaIdentity3", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "Variants": [ "Update", "Update1", @@ -279831,15 +279663,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -279850,45 +279682,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetParentGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -279899,30 +279731,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Variants": [ "Update", "Update1", @@ -279933,30 +279765,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update", "Update1", @@ -279967,45 +279799,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -280016,15 +279848,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Update2", "UpdateExpanded2", @@ -280036,15 +279868,15 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Variants": [ "Update", "Update1", @@ -280060,30 +279892,30 @@ "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}" + } }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Update3", "UpdateExpanded3", "UpdateViaIdentity3", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Variants": [ "Update", "Update1", @@ -280098,15 +279930,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -280117,45 +279949,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroup", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSet", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Variants": [ "Update", "Update1", @@ -280166,15 +279998,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -280185,105 +280017,105 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -280294,15 +280126,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Update2", "UpdateExpanded2", @@ -280311,18 +280143,18 @@ ], "Permissions": { "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTerm", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Variants": [ "Update", "Update1", @@ -280333,35 +280165,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": { - "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 - }, - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTermChild", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Variants": [ "Update", "Update1", @@ -280372,45 +280199,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTermChildRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Sites", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTermRelation", + "Module": "Sites", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Variants": [ "Update", "Update1", @@ -280421,75 +280248,75 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/subscribedSkus/{subscribedSku-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSubscribedSku", + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/subscribedSkus/{subscribedSku-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ChangeNotifications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "ChangeNotifications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgSubscription", + "Module": "ChangeNotifications", + "Uri": "/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -280515,15 +280342,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}", "Variants": [ "Update", "UpdateExpanded", @@ -280549,15 +280376,15 @@ "FullDescription": "Read and change all teams' settings, on your behalf.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -280583,15 +280410,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Variants": [ "Update", "UpdateExpanded", @@ -280617,15 +280444,15 @@ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -280645,15 +280472,15 @@ "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", @@ -280673,135 +280500,135 @@ "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 } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -280811,43 +280638,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Update", "UpdateExpanded", @@ -280857,43 +280684,43 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Update-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Variants": [ "Upgrade1", "UpgradeViaIdentity1" @@ -280901,37 +280728,37 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, { "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade" + ] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Update-MgTeamInstalledApp", + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Variants": [ "Upgrade", "UpgradeViaIdentity" @@ -280961,15 +280788,15 @@ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", "IsAdmin": true } - ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade" + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -280978,608 +280805,628 @@ ], "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 - }, - "Uri": "/teams/{team-id}/members/{conversationMember-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "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 - }, - "Uri": "/teams/{team-id}/members/{conversationMember-id}" + "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 + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": 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 + } + ] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamOperation", + "Module": "Teams", + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPermissionGrant", + "Module": "Teams", + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPhoto", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPhoto", + "Module": "Teams", + "Uri": "/teams/{team-id}/photo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/photo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannel", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessage", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessageReply", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelTab", + "Module": "Teams", + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleOfferShiftRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleOpenShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleSchedulingGroup", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleShift", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeCard", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOff", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOffReason", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOffRequest", + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -281588,18 +281435,18 @@ ], "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 - }, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamTag", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Variants": [ "Update", "UpdateExpanded", @@ -281608,284 +281455,284 @@ ], "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 - }, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamTagMember", + "Module": "Teams", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamwork", + "Module": "Teams", + "Uri": "/teamwork", "Variants": [ "Update1", "UpdateExpanded1" ], - "Permissions": [], - "Uri": "/teamwork" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamwork", + "Module": "Teams", + "Uri": "/teamwork", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/teamwork" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannel", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMember", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMessage", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelTab", + "Module": "Teams", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDevice", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeviceActivity", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeviceConfiguration", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeviceHealth", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/health" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkDeviceOperation", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "POST", "Command": "Update-MgTeamworkDeviceSoftware", + "Module": "Teams", + "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", "Variants": [ "Update", "UpdateExpanded", @@ -281894,81 +281741,81 @@ ], "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 - }, - "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkTeamAppSetting", + "Module": "Teams", + "Uri": "/teamwork/teamsAppSettings", "Variants": [ "Update", "UpdateExpanded" ], "Permissions": { "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 - }, - "Uri": "/teamwork/teamsAppSettings" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkTeamTemplate", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkTeamTemplateDefinition", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkTeamTemplateDefinitionTeamDefinition", + "Module": "Teams", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -281980,15 +281827,15 @@ "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 - }, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTeamworkWorkforceIntegration", + "Module": "Teams", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Variants": [ "Update", "UpdateExpanded", @@ -281997,213 +281844,213 @@ ], "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 - }, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenant", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantAlert", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantAlertLog", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantAlertRule", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantApiNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantAuditEvent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantCloudPcConnection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantCloudPcDevice", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantCloudPcOverview", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantCustomizedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -282215,270 +282062,270 @@ "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 - }, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}" + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantDetailedInformation", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantEmailNotification", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantGroup", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementAction", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementIntent", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplate", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStep", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantMyRole", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantTag", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "Variants": [ "Update", "UpdateExpanded", @@ -282490,103 +282337,103 @@ "Description": "Consent name unavailable", "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}" + } }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantTicketingEndpoint", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "ManagedTenants", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTenantRelationshipManagedTenantWindowProtectionState", + "Module": "ManagedTenants", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTrustFramework", + "Module": "Identity.SignIns", + "Uri": "/trustFramework", "Variants": [ "Update", "UpdateExpanded" ], - "Permissions": [], - "Uri": "/trustFramework" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTrustFrameworkKeySet", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgTrustFrameworkPolicy", + "Module": "Identity.SignIns", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUser", + "Module": "Users", + "Uri": "/users/{user-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -282642,15 +282489,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUser", + "Module": "Users", + "Uri": "/users/{user-id}", "Variants": [ "Update", "UpdateExpanded", @@ -282706,105 +282553,105 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}" + ] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserActivity", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserActivityHistoryItem", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Applications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAppRoleAssignment", + "Module": "Applications", + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Variants": [ "Update", "UpdateExpanded", @@ -282824,15 +282671,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationEmailMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -282852,195 +282699,195 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationOperation", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Variants": [ "Update", "UpdateExpanded", @@ -283060,15 +282907,15 @@ "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 } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}" + ] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationPhoneMethod", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -283078,145 +282925,145 @@ "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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": 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 + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationWindowHelloForBusinessMethodDeviceCommand", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands/{command-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationWindowHelloForBusinessMethodDeviceExtension", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserAuthenticationWindowHelloForBusinessMethodDeviceUsageRights", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights/{usageRight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendars/{calendar-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendar", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendars/{calendar-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Variants": [ "Update", "UpdateExpanded", @@ -283228,15 +283075,15 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendarGroup", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -283245,18 +283092,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "Update1", @@ -283267,15 +283114,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendarMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update2", "Update3", @@ -283286,15 +283133,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Update", "Update1", @@ -283305,15 +283152,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendarPermission", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "Variants": [ "Update2", "Update3", @@ -283324,15 +283171,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "Update1", @@ -283343,15 +283190,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserCalendarSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update2", "Update3", @@ -283362,341 +283209,341 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Permissions": [], - "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChat", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgUserChatInstalledApp", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Variants": [ "Upgrade", "UpgradeViaIdentity" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgUserChatInstalledApp", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Variants": [ "Upgrade1", "UpgradeViaIdentity1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatLastMessagePreview", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatLastMessagePreview", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMember", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMessageHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMessageReply", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatMessageReplyHostedContent", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatOperation", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatPermissionGrant", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatPinnedMessage", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserChatTab", + "Module": "Teams", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -283705,18 +283552,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}", "Variants": [ "Update", "UpdateExpanded", @@ -283728,45 +283575,45 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -283775,18 +283622,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Variants": [ "Update", "UpdateExpanded", @@ -283795,48 +283642,48 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolder", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -283845,18 +283692,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Variants": [ "Update", "UpdateExpanded", @@ -283868,195 +283715,195 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -284068,15 +283915,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContact", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Variants": [ "Update", "UpdateExpanded", @@ -284088,75 +283935,75 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContactExtension", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "Variants": [ "Update1", "UpdateExpanded1", @@ -284165,18 +284012,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "Variants": [ "Update", "UpdateExpanded", @@ -284188,135 +284035,135 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactFolderSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactMultiValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "Variants": [ "Update1", "UpdateExpanded1", @@ -284328,15 +284175,15 @@ "Description": "Have full access of your contacts ", "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo" + } }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactPhoto", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "Variants": [ "Update", "UpdateExpanded", @@ -284345,1158 +284192,1158 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/contacts/{contact-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "PersonalContacts", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserContactSingleValueExtendedProperty", + "Module": "PersonalContacts", + "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDevice", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDeviceCommand", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDeviceEnrollmentConfiguration", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDeviceEnrollmentConfigurationAssignment", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDeviceExtension", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CrossDeviceExperiences", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDeviceUsageRights", + "Module": "CrossDeviceExperiences", + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDrive", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveList", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveList", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListContentType", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListContentTypeColumn", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListContentTypeColumnLink", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListOperation", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveListSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRoot", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRoot", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItem", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemVersionField", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootPermission", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootSubscription", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootThumbnail", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Files", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserDriveRootVersion", + "Module": "Files", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}", "Variants": [ "Update", "UpdateExpanded", @@ -285505,18 +285352,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEvent", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -285528,390 +285375,390 @@ "Description": "Have full access to your calendars ", "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/events/{event-id}" + } }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventExceptionOccurrenceInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceExceptionOccurrenceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceExtension", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventMultiValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Calendar", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserEventSingleValueExtendedProperty", + "Module": "Calendar", + "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserExtension", + "Module": "Users", + "Uri": "/users/{user-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInferenceClassification", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/inferenceClassification" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInferenceClassification", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/inferenceClassification" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -285920,18 +285767,18 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInferenceClassificationOverride", + "Module": "Mail", + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Variants": [ "Update", "UpdateExpanded", @@ -285940,183 +285787,183 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}" + } }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtection", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtectionDataLossPreventionPolicy", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtectionPolicy", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtectionPolicyLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtectionSensitivityLabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtectionSensitivityLabelSublabel", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtectionSensitivityPolicySetting", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtectionThreatAssessmentRequest", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Identity.SignIns", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserInformationProtectionThreatAssessmentRequestResult", + "Module": "Identity.SignIns", + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserLicenseDetail", + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserLicenseDetail", + "Module": "Users", + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Variants": [ "Update", "UpdateExpanded", @@ -286128,15 +285975,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -286145,258 +285992,258 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolder", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -286408,15 +286255,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Variants": [ "Update", "UpdateExpanded", @@ -286425,453 +286272,453 @@ ], "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. ", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageRule", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMailFolderSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDevice", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceCategory", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceCompliancePolicyState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceLogCollectionResponse", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceMobileAppConfigurationState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceSecurityBaselineState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceSecurityBaselineStateSettingState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgUserManagedDeviceWindowDeviceAccount", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgUserManagedDeviceWindowDeviceAccount", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceWindowProtectionState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}", "Variants": [ "Update", "UpdateExpanded", @@ -286883,15 +286730,15 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMessage", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -286903,105 +286750,105 @@ "Description": "Read and write access to your mail ", "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false - }, - "Uri": "/users/{user-id}/messages/{message-id}" + } }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMessageExtension", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMessageMultiValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Mail", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMessageSingleValueExtendedProperty", + "Module": "Mail", + "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMobileAppIntentAndState", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287010,213 +286857,213 @@ ], "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 - }, - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMobileAppTroubleshootingEvent", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Devices.CorporateManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "Module": "Devices.CorporateManagement", + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserNotification", + "Module": "Users", + "Uri": "/users/{user-id}/notifications/{notification-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/notifications/{notification-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnenoteNotebook", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnenotePage", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgUserOnenotePageContent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgUserOnenotePageContent", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnenoteSection", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Notes", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnenoteSectionGroup", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287228,15 +287075,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}" + } }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeeting", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -287245,18 +287092,18 @@ ], "Permissions": { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Update", "Update1", @@ -287267,30 +287114,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingAttendanceReport", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Update", "Update1", @@ -287301,30 +287148,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingRegistration", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "Variants": [ "Update", "UpdateExpanded", @@ -287336,15 +287183,15 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingRegistrationCustomQuestion", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287356,30 +287203,30 @@ "Description": "Read and create your online meetings", "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}" + } }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingTranscript", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingVirtualAppointment", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Variants": [ "Update", "UpdateExpanded", @@ -287388,18 +287235,18 @@ ], "Permissions": { "Name": "OnlineMeetings.ReadWrite", - "Description": "Read and create your online meetings", - "FullDescription": "Allows the app to read and create online meetings on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -287408,18 +287255,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookMasterCategory", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287428,18 +287275,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287451,15 +287298,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287471,90 +287318,90 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskGroup", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287566,15 +287413,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskGroupTaskFolder", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287586,120 +287433,120 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskGroupTaskFolderTask", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskMultiValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserOutlookTaskSingleValueExtendedProperty", + "Module": "Users", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgUserPassword", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/changePassword", "Variants": [ "Change", "ChangeExpanded", @@ -287708,18 +287555,18 @@ ], "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 - }, - "Uri": "/users/{user-id}/changePassword" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "v1.0", - "Module": "Users.Actions", "OutputType": null, "Method": "POST", "Command": "Update-MgUserPassword", + "Module": "Users.Actions", + "Uri": "/users/{user-id}/changePassword", "Variants": [ "Change1", "ChangeExpanded1", @@ -287731,15 +287578,15 @@ "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 - }, - "Uri": "/users/{user-id}/changePassword" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserPhoto", + "Module": "Users", + "Uri": "/users/{user-id}/photo", "Variants": [ "Update", "UpdateExpanded", @@ -287751,15 +287598,15 @@ "Description": "Read and update your profile", "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photo" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserPhoto", + "Module": "Users", + "Uri": "/users/{user-id}/photo", "Variants": [ "Update1", "UpdateExpanded1", @@ -287771,15 +287618,15 @@ "Description": "Read and update your profile", "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/photo" + } }, { "ApiVersion": "beta", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserPlanner", + "Module": "Planner", + "Uri": "/users/{user-id}/planner", "Variants": [ "Update1", "UpdateExpanded1", @@ -287799,15 +287646,15 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner" + ] }, { "ApiVersion": "v1.0", - "Module": "Planner", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserPlanner", + "Module": "Planner", + "Uri": "/users/{user-id}/planner", "Variants": [ "Update", "UpdateExpanded", @@ -287827,60 +287674,60 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false } - ], - "Uri": "/users/{user-id}/planner" + ] }, { "ApiVersion": "beta", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserPresence", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/presence" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "CloudCommunications", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserPresence", + "Module": "CloudCommunications", + "Uri": "/users/{user-id}/presence", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/presence" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfile", + "Module": "People", + "Uri": "/users/{user-id}/profile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/profile" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287890,25 +287737,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileAddress", + "Module": "People", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287928,15 +287775,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileAnniversary", + "Module": "People", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287956,15 +287803,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileAward", + "Module": "People", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "Variants": [ "Update", "UpdateExpanded", @@ -287984,15 +287831,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/awards/{personAward-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileCertification", + "Module": "People", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288002,25 +287849,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileEducationalActivity", + "Module": "People", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288040,15 +287887,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileEmail", + "Module": "People", + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288058,25 +287905,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileInterest", + "Module": "People", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288086,25 +287933,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileLanguage", + "Module": "People", + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288124,15 +287971,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileName", + "Module": "People", + "Uri": "/users/{user-id}/profile/names/{personName-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288152,15 +287999,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/names/{personName-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileNote", + "Module": "People", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288198,15 +288045,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfilePatent", + "Module": "People", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288226,15 +288073,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfilePhone", + "Module": "People", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288254,15 +288101,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfilePosition", + "Module": "People", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288272,25 +288119,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileProject", + "Module": "People", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288300,25 +288147,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfilePublication", + "Module": "People", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288328,25 +288175,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileSkill", + "Module": "People", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288366,15 +288213,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileWebAccount", + "Module": "People", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288394,15 +288241,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}" + ] }, { "ApiVersion": "beta", - "Module": "People", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserProfileWebsite", + "Module": "People", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288422,45 +288269,45 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}" + ] }, { "ApiVersion": "beta", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Identity.DirectoryManagement", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserScopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings", "Variants": [ "Update", "UpdateExpanded", @@ -288480,15 +288327,15 @@ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true } - ], - "Uri": "/users/{user-id}/settings" + ] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings", "Variants": [ "Update1", "UpdateExpanded1", @@ -288498,25 +288345,25 @@ "Permissions": [ { "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": 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, on your behalf.", - "IsAdmin": true + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false } - ], - "Uri": "/users/{user-id}/settings" + ] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserSettingContactMergeSuggestion", + "Module": "Users", + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "Variants": [ "Update", "UpdateExpanded", @@ -288528,15 +288375,15 @@ "Description": "Read and update your profile", "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/settings/contactMergeSuggestions" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserSettingItemInsight", + "Module": "Users", + "Uri": "/users/{user-id}/settings/itemInsights", "Variants": [ "Update", "UpdateExpanded", @@ -288548,30 +288395,30 @@ "Description": "Read and update your profile", "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/settings/itemInsights" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserSettingRegionalAndLanguageSetting", + "Module": "Users", + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserSettingShiftPreference", + "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", "Variants": [ "Update", "UpdateExpanded", @@ -288583,15 +288430,15 @@ "Description": "Read and write all users' full profiles", "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", "IsAdmin": true - }, - "Uri": "/users/{user-id}/settings/shiftPreferences" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserSettingShiftPreference", + "Module": "Users", + "Uri": "/users/{user-id}/settings/shiftPreferences", "Variants": [ "Update1", "UpdateExpanded1", @@ -288600,78 +288447,78 @@ ], "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, on your behalf.", - "IsAdmin": true - }, - "Uri": "/users/{user-id}/settings/shiftPreferences" + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + } }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTeamwork", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTeamwork", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Teams", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTeamworkAssociatedTeam", + "Module": "Teams", + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288680,18 +288527,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoList", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -288703,45 +288550,45 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288750,18 +288597,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTask", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -288773,45 +288620,45 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTaskAttachmentSession", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTaskAttachmentSession", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288823,15 +288670,15 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTaskChecklistItem", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -288843,45 +288690,45 @@ "Description": "Create, read, update, and delete your tasks and task lists", "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}" + } }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTaskExtension", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Permissions": [], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288890,18 +288737,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}" + } }, { "ApiVersion": "v1.0", - "Module": "Users", "OutputType": null, "Method": "PATCH", "Command": "Update-MgUserTodoListTaskLinkedResource", + "Module": "Users", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Variants": [ "Update1", "UpdateExpanded1", @@ -288910,18 +288757,18 @@ ], "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.", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false - }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "PATCH", "Command": "Update-MgWindowsUpdatesDeployment", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}", "Variants": [ "Update", "UpdateExpanded", @@ -288933,15 +288780,15 @@ "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 - }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Update-MgWindowsUpdatesDeploymentAudience", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", "Variants": [ "Update", "UpdateExpanded", @@ -288953,15 +288800,15 @@ "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 - }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "POST", "Command": "Update-MgWindowsUpdatesDeploymentAudienceById", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", "Variants": [ "Update", "UpdateExpanded", @@ -288973,37 +288820,36 @@ "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 - }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById" + } }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "PATCH", "Command": "Update-MgWindowsUpdatesResourceConnection", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}" + "Permissions": [] }, { "ApiVersion": "beta", - "Module": "WindowsUpdates", "OutputType": null, "Method": "PATCH", "Command": "Update-MgWindowsUpdatesUpdatableAsset", + "Module": "WindowsUpdates", + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Permissions": [], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}" + "Permissions": [] } ]